Home
last modified time | relevance | path

Searched refs:UpdateHandles (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/bta/vc/
Ddevices_test.cc316 ASSERT_EQ(true, device->UpdateHandles()); in SetSampleDatabase1()
326 ASSERT_EQ(false, device->UpdateHandles()); in SetSampleDatabase2()
352 ASSERT_EQ(false, device->UpdateHandles()); in TEST_F()
388 ASSERT_EQ(true, device->UpdateHandles()); in TEST_F()
426 ASSERT_EQ(true, device->UpdateHandles()); in TEST_F()
Ddevices.h120 bool UpdateHandles(void);
Ddevice.cc166 bool VolumeControlDevice::UpdateHandles(void) { in UpdateHandles() function in VolumeControlDevice
Dvc.cc293 bool success = device->UpdateHandles(); in OnServiceSearchComplete()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_vc_device.cc43 bool VolumeControlDevice::UpdateHandles(void) { in UpdateHandles() function in VolumeControlDevice