Searched refs:isSingleDeviceType (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libaudiofoundation/include/media/ |
D | AudioContainers.h | 95 static inline bool isSingleDeviceType(const DeviceTypeSet& deviceTypes, in isSingleDeviceType() function 101 static inline bool isSingleDeviceType(const DeviceTypeSet& deviceTypes, in isSingleDeviceType() function
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
D | AudioOutputDescriptor.cpp | 460 if (isSingleDeviceType(deviceTypes, AUDIO_DEVICE_OUT_REMOTE_SUBMIX)) { in isFixedVolume() 466 if (isSingleDeviceType(deviceTypes, AUDIO_DEVICE_OUT_TELEPHONY_TX)) { in isFixedVolume() 503 if (isSingleDeviceType(deviceTypes, devicePort->type()) && in setSwMute() 536 if (isSingleDeviceType(deviceTypes, devicePort->type()) && in setVolume()
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
D | DeviceDescriptor.h | 188 return isSingleDeviceType(mDeviceTypes, deviceType); in onlyContainsDevicesWithType()
|
/frameworks/av/services/audiopolicy/engineconfigurable/src/ |
D | Engine.cpp | 386 } else if (/*device_distinguishes_on_address(*deviceTypes.begin())*/ isSingleDeviceType( in getDevicesForProductStrategy()
|
/frameworks/av/services/audiopolicy/managerdefault/ |
D | AudioPolicyManager.cpp | 2558 if (isSingleDeviceType(devices.types(), &audio_is_remote_submix_device) && in startSource() 2672 if (isSingleDeviceType( in stopSource() 3640 if (!isSingleDeviceType(deviceTypes, audio_is_output_device)) { in getVolumeIndex() 8274 isSingleDeviceType(deviceTypes, audio_is_bluetooth_out_sco_device))) { in checkAndSetVolume() 8319 !isSingleDeviceType(deviceTypes, AUDIO_DEVICE_OUT_TELEPHONY_TX)) { in isVolumeConsistentForCalls()
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 3529 if (isSingleDeviceType(outDeviceTypes_l(), AUDIO_DEVICE_OUT_REMOTE_SUBMIX)) { in checkSilentMode_l() 4587 ALOGD_IF(!isSingleDeviceType( in threadLoop() 4589 !isSingleDeviceType( in threadLoop() 4961 if (!isSingleDeviceType(deviceTypes, AUDIO_DEVICE_OUT_SPEAKER)) { in createAudioPatch_l()
|