Home
last modified time | relevance | path

Searched refs:AUDIO_DEVICE_IN_STUB (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/audiopolicy/common/include/
Dpolicy.h58 #define AUDIO_DEVICE_IN_STUB AUDIO_DEVICE_IN_DEFAULT macro
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.cpp665 if (availableDeviceTypes & AUDIO_DEVICE_IN_STUB) { in getDeviceForInputSource()
666 device = AUDIO_DEVICE_IN_STUB; in getDeviceForInputSource()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioPatch.cpp139 patch->mPatch.sources[srcIndex].ext.device.type == AUDIO_DEVICE_IN_STUB) { in listAudioPatches()
DTypeConverter.cpp78 MAKE_STRING_FROM_ENUM(AUDIO_DEVICE_IN_STUB),
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2360 if (mAvailableInputDevices[i]->type() == AUDIO_DEVICE_IN_STUB) { in listAudioPorts()