Searched refs:IsReady (Results 1 – 11 of 11) sorted by relevance
36 bool IsReady() { return pcm_config_.has_value(); }; in IsReady() function111 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
36 bool CodecInterface::IsReady() { return impl->IsReady(); }; in IsReady() function in bluetooth::le_audio::CodecInterface
47 MOCK_METHOD((bool), IsReady, ());
67 virtual bool IsReady();
131 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 …]
148 bool IsReady() { return device_ready; } in IsReady() function
185 APIMessage::IsReady(api) => match api { in dispatch()
427 let _ = api_tx.send(APIMessage::IsReady(BluetoothAPI::Battery)).await; in on_client_registered()
183 IsReady(BluetoothAPI), enumerator
1637 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()
1581 let _ = api_tx_clone.send(APIMessage::IsReady(BluetoothAPI::Gatt)).await; in init_profiles()