Searched refs:outDeviceTypes (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/audio/ |
D | BtHelper.java | 536 int[] outDeviceTypes = { in handleBtScoActiveDeviceChange() local 545 outDeviceTypes = new int[] { AudioSystem.DEVICE_OUT_BLUETOOTH_SCO_HEADSET }; in handleBtScoActiveDeviceChange() 548 outDeviceTypes = new int[] { AudioSystem.DEVICE_OUT_BLUETOOTH_SCO_CARKIT }; in handleBtScoActiveDeviceChange() 559 isActive, outDeviceTypes[0], address, btDeviceName); in handleBtScoActiveDeviceChange() 561 for (int outDeviceType : outDeviceTypes) { in handleBtScoActiveDeviceChange()
|
/frameworks/av/services/audioflinger/ |
D | Threads.h | 318 const DeviceTypeSet outDeviceTypes() const { in outDeviceTypes() function 323 return isOutput() ? outDeviceTypes() : DeviceTypeSet({inDeviceType()}); in getDeviceTypes() 922 && outDeviceTypes().count(mTimestampCorrectedDevice) != 0; in isTimestampCorrectionEnabled()
|
D | Threads.cpp | 863 dumpDeviceTypes(outDeviceTypes()).c_str(), toString(outDeviceTypes()).c_str()); in dumpBase_l() 1761 item->setCString(MM_PREFIX "outDevice", toString(outDeviceTypes()).c_str()); in sendStatistics() 2951 if (isSingleDeviceType(outDeviceTypes(), AUDIO_DEVICE_OUT_REMOTE_SUBMIX)) { in checkSilentMode_l() 3095 if (!Intersection(outDeviceTypes(), getAudioDeviceOutAllA2dpSet()).empty()) { in cacheParameters_l() 3348 if (isMsdDevice() && outDeviceTypes().count(AUDIO_DEVICE_OUT_BUS) != 0) { in threadLoop() 3885 outDeviceTypes(), audio_is_a2dp_out_device) && in threadLoop() 3887 outDeviceTypes(), audio_is_hearing_aid_out_device), in threadLoop() 4088 if (outDeviceTypes() != deviceTypes) { in createAudioPatch_l() 4258 && Intersection(outDeviceTypes(), getAudioDeviceOutAllA2dpSet()).empty(); in MixerThread()
|
D | AudioFlinger.cpp | 3231 return thread->outDeviceTypes(); in primaryOutputDevice_l()
|