Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiofoundation/include/media/
DAudioContainers.h84 static inline bool isSingleDeviceType(const DeviceTypeSet& deviceTypes, in isSingleDeviceType() function
90 static inline bool isSingleDeviceType(const DeviceTypeSet& deviceTypes, in isSingleDeviceType() function
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp441 if (isSingleDeviceType(deviceTypes, AUDIO_DEVICE_OUT_REMOTE_SUBMIX)) { in isFixedVolume()
447 if (isSingleDeviceType(deviceTypes, AUDIO_DEVICE_OUT_TELEPHONY_TX)) { in isFixedVolume()
484 if (isSingleDeviceType(deviceTypes, devicePort->type()) && in setSwMute()
516 if (isSingleDeviceType(deviceTypes, devicePort->type()) && in setVolume()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DDeviceDescriptor.h183 return isSingleDeviceType(mDeviceTypes, deviceType); in onlyContainsDevicesWithType()
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp256 if (/*device_distinguishes_on_address(*deviceTypes.begin())*/ isSingleDeviceType( in getDevicesForProductStrategy()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2201 if (isSingleDeviceType(devices.types(), &audio_is_remote_submix_device) && in startSource()
2284 if (isSingleDeviceType( in stopSource()
3181 if (isSingleDeviceType(deviceTypes, audio_is_output_device)) { in getVolumeIndex()
7368 isSingleDeviceType(deviceTypes, audio_is_bluetooth_out_sco_device))) { in checkAndSetVolume()
/frameworks/av/services/audioflinger/
DThreads.cpp3309 if (isSingleDeviceType(outDeviceTypes(), AUDIO_DEVICE_OUT_REMOTE_SUBMIX)) { in checkSilentMode_l()
4269 ALOGD_IF(!isSingleDeviceType( in threadLoop()
4271 !isSingleDeviceType( in threadLoop()
4618 if (!isSingleDeviceType(deviceTypes, AUDIO_DEVICE_OUT_SPEAKER)) { in createAudioPatch_l()