Lines Matching refs: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()
926 deviceNotReady = deviceNotReady ? deviceNotReady : !dev->IsReady(); in MuteUnmute()
966 log::debug("Address: {}: isReady: {}", dev->address, dev->IsReady()); in SetVolume()
967 if (dev->IsReady() && (dev->volume != volume)) { in SetVolume()
1001 if (!dev->IsReady() || (dev->volume == volume)) { in SetVolume()
1005 deviceNotReady = deviceNotReady ? deviceNotReady : !dev->IsReady(); in SetVolume()
1122 if (device->IsReady()) return; in verify_device_ready()