Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/vc/
Ddevices.h62 bool device_ready; variable
78 device_ready(false) {} in VolumeControlDevice()
106 << " device read: " << device_ready << "\n" in DebugDump()
148 bool IsReady() { return device_ready; } in IsReady()
Ddevice.cc62 device_ready = false; in Disconnect()
205 device_ready = false; in ResetHandles()
320 device_ready = handles_pending.size() == 0; in VerifyReady()
321 return device_ready; in VerifyReady()
Ddevices_test.cc522 ASSERT_EQ(false, device->device_ready); in TEST_F()
526 ASSERT_EQ(false, device->device_ready); in TEST_F()
530 ASSERT_EQ(true, device->device_ready); in TEST_F()