Home
last modified time | relevance | path

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

/system/bt/test/suite/adapter/
Dbluetooth_test.cc46 remote_device_properties_callback_sem_ = semaphore_new(0); in SetUp()
60 semaphore_free(remote_device_properties_callback_sem_); in TearDown()
141 semaphore_post(remote_device_properties_callback_sem_); in RemoteDevicePropertiesCallback()
Dbluetooth_test.h99 semaphore_t* remote_device_properties_callback_sem_; variable
/system/bt/test/suite/rfcomm/
Drfcomm_test.cc53 ClearSemaphore(remote_device_properties_callback_sem_); in SetUp()
55 semaphore_wait(remote_device_properties_callback_sem_); in SetUp()