Searched refs:notify_count_ (Results 1 – 3 of 3) sorted by relevance
31 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()
168 int notify_count_; variable
68 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