Searched refs:outDeviceTypes (Results 1 – 4 of 4) sorted by relevance
581 int[] outDeviceTypes = { in handleBtScoActiveDeviceChange() local586 for (int outDeviceType : outDeviceTypes) { in handleBtScoActiveDeviceChange()
372 const DeviceTypeSet outDeviceTypes() const { in outDeviceTypes() function377 return isOutput() ? outDeviceTypes() : DeviceTypeSet({inDeviceType()}); in getDeviceTypes()1038 && outDeviceTypes().count(mTimestampCorrectedDevice) != 0; in isTimestampCorrectionEnabled()
955 dumpDeviceTypes(outDeviceTypes()).c_str(), toString(outDeviceTypes()).c_str()); in dumpBase_l()1928 item->setCString(MM_PREFIX "outDevice", toString(outDeviceTypes()).c_str()); in sendStatistics()3258 if (isSingleDeviceType(outDeviceTypes(), AUDIO_DEVICE_OUT_REMOTE_SUBMIX)) { in checkSilentMode_l()3405 if (!Intersection(outDeviceTypes(), getAudioDeviceOutAllA2dpSet()).empty()) { in cacheParameters_l()3722 if (isMsdDevice() && outDeviceTypes().count(AUDIO_DEVICE_OUT_BUS) != 0) { in threadLoop()4188 outDeviceTypes(), audio_is_a2dp_out_device) && in threadLoop()4190 outDeviceTypes(), audio_is_hearing_aid_out_device), in threadLoop()4535 if (outDeviceTypes() != deviceTypes) { in createAudioPatch_l()4720 && Intersection(outDeviceTypes(), getAudioDeviceOutAllA2dpSet()).empty(); in MixerThread()
3379 return thread->outDeviceTypes(); in primaryOutputDevice_l()