Searched refs:notify_count_ (Results 1 – 3 of 3) sorted by relevance
29 notify_count_(0) {} in GnssHalTest()44 if (notify_count_ > 0) { in TearDown()45 ALOGW("%d unprocessed callbacks discarded", notify_count_); in TearDown()213 notify_count_++; in notify()221 while (notify_count_ == 0) { in wait()225 notify_count_--; in wait()
165 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