Home
last modified time | relevance | path

Searched defs:RefCounter (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/
H A Dref_counter.h22 explicit RefCounter(int ref_count) : ref_count_(ref_count) {} in RefCounter() function
/aosp_15_r20/hardware/interfaces/sensors/common/default/2.X/multihal/tests/
H A DScopedWakelock_test.cpp26 class RefCounter : public IScopedWakelockRefCounter { class
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shared/plugins/
H A DPluginInstanceTest.java289 public static class RefCounter { class in PluginInstanceTest