Searched refs:exceptionFlag_ (Results 1 – 6 of 6) sorted by relevance
43 exceptionFlag_ = false; in AudioDeviceDescriptor()65 exceptionFlag_ = false; in AudioDeviceDescriptor()95 exceptionFlag_ = deviceDescriptor.exceptionFlag_; in AudioDeviceDescriptor()122 exceptionFlag_ = deviceDescriptor->exceptionFlag_; in AudioDeviceDescriptor()
51 if (descs[i]->exceptionFlag_ || !descs[i]->isEnable_ || in GetLatestConnectDeivce()78 if (!captureDesc->exceptionFlag_ && captureDesc->isEnable_ && in GetPairCaptureDevice()85 captureDesc->connectState_, captureDesc->isEnable_, captureDesc->exceptionFlag_); in GetPairCaptureDevice()
43 …vice != nullptr && pairDevice->connectState_ != SUSPEND_CONNECTED && !pairDevice->exceptionFlag_ && in GetCallCaptureDevice()
990 desc->exceptionFlag_ = deviceDescriptor->exceptionFlag_; in UpdateExceptionFlag()995 desc->exceptionFlag_ != deviceDescriptor->exceptionFlag_) { in UpdateExceptionFlag()996 desc->exceptionFlag_ = deviceDescriptor->exceptionFlag_; in UpdateExceptionFlag()
2399 deviceDesc->exceptionFlag_ = true; in ActivateA2dpDevice()2416 desc->exceptionFlag_ = true; in HandleScoOutputDeviceFetched()2810 desc->exceptionFlag_ = true; in HandleScoInputDeviceFetched()2899 desc->exceptionFlag_ = true; in BluetoothScoFetch()
52 bool exceptionFlag_ = false; variable