Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java581 int[] outDeviceTypes = { in handleBtScoActiveDeviceChange() local
586 for (int outDeviceType : outDeviceTypes) { in handleBtScoActiveDeviceChange()
/frameworks/av/services/audioflinger/
DThreads.h347 const DeviceTypeSet outDeviceTypes() const { in outDeviceTypes() function
352 return isOutput() ? outDeviceTypes() : DeviceTypeSet({inDeviceType()}); in getDeviceTypes()
997 && outDeviceTypes().count(mTimestampCorrectedDevice) != 0; in isTimestampCorrectionEnabled()
DThreads.cpp933 dumpDeviceTypes(outDeviceTypes()).c_str(), toString(outDeviceTypes()).c_str()); in dumpBase_l()
1866 item->setCString(MM_PREFIX "outDevice", toString(outDeviceTypes()).c_str()); in sendStatistics()
3148 if (isSingleDeviceType(outDeviceTypes(), AUDIO_DEVICE_OUT_REMOTE_SUBMIX)) { in checkSilentMode_l()
3295 if (!Intersection(outDeviceTypes(), getAudioDeviceOutAllA2dpSet()).empty()) { in cacheParameters_l()
3550 if (isMsdDevice() && outDeviceTypes().count(AUDIO_DEVICE_OUT_BUS) != 0) { in threadLoop()
3975 outDeviceTypes(), audio_is_a2dp_out_device) && in threadLoop()
3977 outDeviceTypes(), audio_is_hearing_aid_out_device), in threadLoop()
4322 if (outDeviceTypes() != deviceTypes) { in createAudioPatch_l()
4504 && Intersection(outDeviceTypes(), getAudioDeviceOutAllA2dpSet()).empty(); in MixerThread()
DAudioFlinger.cpp3357 return thread->outDeviceTypes(); in primaryOutputDevice_l()