Home
last modified time | relevance | path

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

/aosp12/system/bt/test/suite/gatt/
H A Dgatt_test.cc45 service_stopped_callback_sem_ = semaphore_new(0); in SetUp()
70 semaphore_free(service_stopped_callback_sem_); in TearDown()
130 semaphore_post(service_stopped_callback_sem_); in ServiceStoppedCallback()
H A Dgatt_test.h92 semaphore_t* service_stopped_callback_sem_; variable
H A Dgatt_unittest.cc96 semaphore_wait(service_stopped_callback_sem_); in TEST_F()