Home
last modified time | relevance | path

Searched refs:notify_count_ (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/gnss/1.1/vts/functional/
Dgnss_hal_test.cpp31 notify_count_(0) {} in GnssHalTest()
46 if (notify_count_ > 0) { in TearDown()
47 ALOGW("%d unprocessed callbacks discarded", notify_count_); in TearDown()
154 notify_count_++; in notify()
162 while (notify_count_ == 0) { in wait()
166 notify_count_--; in wait()
Dgnss_hal_test.h168 int notify_count_; variable
/hardware/interfaces/gnss/1.0/vts/functional/
DVtsHalGnssV1_0TargetTest.cpp68 notify_count_ = 0; in SetUp()
114 if (notify_count_ > 0) { in TearDown()
115 ALOGW("%d unprocessed callbacks discarded", notify_count_); in TearDown()
122 notify_count_++; in notify()
132 while (notify_count_ == 0) { in wait()
136 notify_count_--; in wait()
337 int notify_count_; member in GnssHalTest