Home
last modified time | relevance | path

Searched refs:mApplicableDevices (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DInputSource.cpp51 mApplicableDevices = devices; in set()
61 mApplicableDevices = devices; in set()
68 ALOGV("%s: 0x%X for inputSource %s", __FUNCTION__, mApplicableDevices, getName().c_str()); in get()
69 return mApplicableDevices; in get()
H A DInputSource.h34 mApplicableDevices(AUDIO_DEVICE_NONE) in Element()
80 audio_devices_t mApplicableDevices = AUDIO_DEVICE_NONE; variable
/aosp12/frameworks/av/services/audiopolicy/engine/common/include/
H A DProductStrategy.h87 mApplicableDevices = devices; in setDeviceTypes()
90 DeviceTypeSet getDeviceTypes() const { return mApplicableDevices; } in getDeviceTypes()
117 DeviceTypeSet mApplicableDevices; variable
/aosp12/frameworks/av/services/audiopolicy/engine/common/src/
H A DProductStrategy.cpp154 if (!deviceTypesToString(mApplicableDevices, deviceLiteral)) { in dump()
156 __FUNCTION__, dumpDeviceTypes(mApplicableDevices).c_str()); in dump()