Searched defs:IsReady (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/ | ||
D | codec_interface.cc | 40 bool IsReady() { return pcm_config_.has_value(); } in IsReady() function |
D | mock_codec_interface.cc | 46 bool CodecInterface::IsReady() { return impl->IsReady(); } in IsReady() function in bluetooth::le_audio::CodecInterface |
/packages/modules/Bluetooth/system/bta/vc/ | ||
D | devices.h | 152 bool IsReady() { return device_ready; } in IsReady() function |
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ | ||
D | lib.rs | 233 IsReady(BluetoothAPI), enumerator |