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.cc48 remote_device_properties_callback_sem_ = semaphore_new(0); in SetUp()
65 semaphore_free(remote_device_properties_callback_sem_); in TearDown()
146 semaphore_post(remote_device_properties_callback_sem_); in RemoteDevicePropertiesCallback()
Dbluetooth_test.h98 semaphore_t* remote_device_properties_callback_sem_; variable
/system/bt/test/suite/rfcomm/
Drfcomm_test.cc48 ClearSemaphore(remote_device_properties_callback_sem_); in SetUp()
50 semaphore_wait(remote_device_properties_callback_sem_); in SetUp()