Home
last modified time | relevance | path

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

/system/bt/test/suite/gatt/
Dgatt_test.cpp53 service_stopped_callback_sem_ = semaphore_new(0); in SetUp()
82 semaphore_free(service_stopped_callback_sem_); in TearDown()
178 semaphore_post(service_stopped_callback_sem_); in ServiceStoppedCallback()
Dgatt_test.h103 semaphore_t* service_stopped_callback_sem_; variable
Dgatt_unittest.cpp151 semaphore_wait(service_stopped_callback_sem_); in TEST_F()