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

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp260 status_t AudioPolicyService::getInputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyService
307 status = mAudioPolicyManager->getInputForAttr(attr, input, session, uid,
322 ALOGE("getInputForAttr() permission denied: capture not allowed");
328 ALOGE("getInputForAttr() permission denied: modify audio routing not allowed");
334 LOG_ALWAYS_FATAL("getInputForAttr() encountered an invalid input type %d",
H A DAudioPolicyInterfaceImplLegacy.cpp234 status_t AudioPolicyService::getInputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyService
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp836 status_t AudioSystem::getInputForAttr(const audio_attributes_t *attr, function in class:android::AudioSystem
849 return aps->getInputForAttr(
H A DIAudioPolicyService.cpp280 virtual status_t getInputForAttr(const audio_attributes_t *attr, function in class:android::BpAudioPolicyService
294 ALOGE("getInputForAttr NULL attr - shouldn't happen");
298 ALOGE("getInputForAttr NULL input - shouldn't happen");
972 status_t status = getInputForAttr(&attr, &input, session, pid, uid,
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1362 status_t AudioPolicyManager::getInputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyManager
1373 ALOGV("getInputForAttr() source %d, samplingRate %d, format %d, channelMask %x,"
1413 ALOGW("getInputForAttr() could not find device for source %d", inputSource);
1446 ALOGV("getInputForAttr() returns input type = %d", *inputType);
1506 ALOGE("getInputForAttr(): HW module %s not opened", profile->getModuleName());
1566 ALOGW("getInputForAttr() failed opening input: samplingRate %d"
2031 // When capture starts, getInputForAttr() will:

Completed in 148 milliseconds