Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engineconfigurable/src/
DStrategy.cpp55 mApplicableDevices = devices; in set()
62 ALOGV("%s: 0x%X for strategy %s", __FUNCTION__, mApplicableDevices, getName().c_str()); in get()
63 return mApplicableDevices; in get()
DInputSource.cpp58 mApplicableDevices = devices; in set()
65 ALOGV("%s: 0x%X for inputSource %s", __FUNCTION__, mApplicableDevices, getName().c_str()); in get()
66 return mApplicableDevices; in get()
DInputSource.h36 mApplicableDevices(AUDIO_DEVICE_NONE) in Element()
81 audio_devices_t mApplicableDevices; /**< Applicable input device for this input source. */ variable
DStrategy.h36 mApplicableDevices(AUDIO_DEVICE_NONE) in Element()
81 audio_devices_t mApplicableDevices; /**< Applicable output device(s) for this strategy. */ variable