Searched defs:getInputForAttr (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp273 status_t AudioPolicyService::getInputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyService
319 status = mAudioPolicyManager->getInputForAttr(attr, input, session, uid,
334 ALOGE("getInputForAttr() permission denied: capture not allowed");
340 ALOGE("getInputForAttr() permission denied: modify audio routing not allowed");
346 LOG_ALWAYS_FATAL("getInputForAttr() encountered an invalid input type %d",
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp859 status_t AudioSystem::getInputForAttr(const audio_attributes_t *attr, function in class:android::AudioSystem
871 return aps->getInputForAttr(
H A DIAudioPolicyService.cpp290 virtual status_t getInputForAttr(const audio_attributes_t *attr, function in class:android::BpAudioPolicyService
303 ALOGE("getInputForAttr NULL attr - shouldn't happen");
307 ALOGE("getInputForAttr NULL input - shouldn't happen");
311 ALOGE("getInputForAttr NULL portId - shouldn't happen");
1010 status_t status = getInputForAttr(&attr, &input, session, pid, uid,
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1471 status_t AudioPolicyManager::getInputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyManager
1481 ALOGV("getInputForAttr() source %d, samplingRate %d, format %d, channelMask %x,"
1527 ALOGW("getInputForAttr() could not find device for source %d", inputSource);
1561 ALOGV("getInputForAttr() returns input type = %d", *inputType);
1623 ALOGE("getInputForAttr(): HW module %s not opened", profile->getModuleName());
1727 ALOGW("getInputForAttr() failed opening input: samplingRate %d"
2319 // When capture starts, getInputForAttr() will:

Completed in 92 milliseconds