Home
last modified time | relevance | path

Searched refs:IsReady (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dcodec_interface.cc36 bool IsReady() { return pcm_config_.has_value(); }; in IsReady() function
111 if (!IsReady()) { in Decode()
138 if (!IsReady()) { in Encode()
190 if (!IsReady()) { in GetNumOfSamplesPerChannel()
266 bool CodecInterface::IsReady() { return impl->IsReady(); }; in IsReady() function in bluetooth::le_audio::CodecInterface
Dmock_codec_interface.cc36 bool CodecInterface::IsReady() { return impl->IsReady(); }; in IsReady() function in bluetooth::le_audio::CodecInterface
Dmock_codec_interface.h47 MOCK_METHOD((bool), IsReady, ());
Dcodec_interface.h67 virtual bool IsReady();
/packages/modules/Bluetooth/system/bta/vc/
Dvc.cc131 if (device->IsReady()) { in Connect()
279 if (device->IsReady()) return; in OnServiceSearchComplete()
454 if (!device->IsReady()) { in OnVolumeControlStateReadOrNotified()
526 if (!device->IsReady()) { in OnExtAudioOutStateChanged()
549 if (!device->IsReady()) { in OnExtAudioOutLocationChanged()
582 if (!device->IsReady()) { in OnOffsetOutputDescChanged()
684 bool notify = device->IsReady() || device->connecting_actively; in OnGattDisconnected()
889 log::debug("Address: {}: isReady: {}", dev->address, dev->IsReady()); in MuteUnmute()
890 if (dev->IsReady() && (dev->mute != mute)) { in MuteUnmute()
922 if (!dev->IsReady() || (dev->mute == mute)) { in MuteUnmute()
[all …]
Ddevices.h148 bool IsReady() { return device_ready; } in IsReady() function
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dinterface_manager.rs185 APIMessage::IsReady(api) => match api { in dispatch()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbattery_service.rs427 let _ = api_tx.send(APIMessage::IsReady(BluetoothAPI::Battery)).await; in on_client_registered()
Dlib.rs183 IsReady(BluetoothAPI), enumerator
Dbluetooth.rs1637 let _ = api_txl.send(APIMessage::IsReady(BluetoothAPI::Adapter)).await; in adapter_state_changed()
1639 let _ = api_txl.send(APIMessage::IsReady(BluetoothAPI::Media)).await; in adapter_state_changed()
Dbluetooth_gatt.rs1581 let _ = api_tx_clone.send(APIMessage::IsReady(BluetoothAPI::Gatt)).await; in init_profiles()