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