Home
last modified time | relevance | path

Searched refs:outDeviceTypes (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java581 int[] outDeviceTypes = { in handleBtScoActiveDeviceChange() local
586 for (int outDeviceType : outDeviceTypes) { in handleBtScoActiveDeviceChange()
/aosp12/frameworks/av/services/audioflinger/
H A DThreads.h372 const DeviceTypeSet outDeviceTypes() const { in outDeviceTypes() function
377 return isOutput() ? outDeviceTypes() : DeviceTypeSet({inDeviceType()}); in getDeviceTypes()
1038 && outDeviceTypes().count(mTimestampCorrectedDevice) != 0; in isTimestampCorrectionEnabled()
H A DThreads.cpp955 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()
H A DAudioFlinger.cpp3379 return thread->outDeviceTypes(); in primaryOutputDevice_l()