Home
last modified time | relevance | path

Searched refs:isSingleDeviceType (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libaudiofoundation/include/media/
DAudioContainers.h95 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/
DAudioOutputDescriptor.cpp460 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/
DDeviceDescriptor.h188 return isSingleDeviceType(mDeviceTypes, deviceType); in onlyContainsDevicesWithType()
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp386 } else if (/*device_distinguishes_on_address(*deviceTypes.begin())*/ isSingleDeviceType( in getDevicesForProductStrategy()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2558 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/
DThreads.cpp3529 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()