Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiofoundation/include/media/
DAudioContainers.h73 static inline bool isSingleDeviceType(const DeviceTypeSet& deviceTypes, in isSingleDeviceType() function
79 static inline bool isSingleDeviceType(const DeviceTypeSet& deviceTypes, in isSingleDeviceType() function
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DDeviceDescriptor.h162 return isSingleDeviceType(mDeviceTypes, deviceType); in onlyContainsDevicesWithType()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp379 if (isSingleDeviceType(deviceTypes, AUDIO_DEVICE_OUT_REMOTE_SUBMIX)) { in isFixedVolume()
385 if (isSingleDeviceType(deviceTypes, AUDIO_DEVICE_OUT_TELEPHONY_TX)) { in isFixedVolume()
433 if (isSingleDeviceType(deviceTypes, devicePort->type()) && in setVolume()
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp257 if (/*device_distinguishes_on_address(*deviceTypes.begin())*/ isSingleDeviceType( in getDevicesForProductStrategy()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1800 if (isSingleDeviceType(devices.types(), &audio_is_remote_submix_device) && in startSource()
1848 if (isSingleDeviceType( in stopSource()
2686 if (isSingleDeviceType(deviceTypes, audio_is_output_device)) { in getVolumeIndex()
6149 isSingleDeviceType(deviceTypes, audio_is_bluetooth_out_sco_device))) { in checkAndSetVolume()
/frameworks/av/services/audioflinger/
DThreads.cpp3062 if (isSingleDeviceType(outDeviceTypes(), AUDIO_DEVICE_OUT_REMOTE_SUBMIX)) { in checkSilentMode_l()
4007 ALOGD_IF(!isSingleDeviceType( in threadLoop()
4009 !isSingleDeviceType( in threadLoop()
4219 if (!isSingleDeviceType(deviceTypes, AUDIO_DEVICE_OUT_SPEAKER)) { in createAudioPatch_l()