Searched refs:getInputForAttr (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/include/media/
H A DIAudioPolicyService.h78 virtual status_t getInputForAttr(const audio_attributes_t *attr,
H A DAudioSystem.h240 static status_t getInputForAttr(const audio_attributes_t *attr,
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h127 virtual status_t getInputForAttr(const audio_attributes_t *attr,
H A DAudioPolicyInterfaceImpl.cpp246 status_t AudioPolicyService::getInputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyService
273 status = mAudioPolicyManager->getInputForAttr(attr, input, session,
285 ALOGE("getInputForAttr() permission denied: capture not allowed");
291 ALOGE("getInputForAttr() permission denied: modify audio routing not allowed");
297 LOG_ALWAYS_FATAL("getInputForAttr() encountered an invalid input type %d",
H A DAudioPolicyInterfaceImplLegacy.cpp233 status_t AudioPolicyService::getInputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyService
H A DAudioPolicyService.h94 virtual status_t getInputForAttr(const audio_attributes_t *attr,
H A DAudioPolicyManager.h109 virtual status_t getInputForAttr(const audio_attributes_t *attr,
H A DAudioPolicyManager.cpp1456 status_t AudioPolicyManager::getInputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyManager
1465 ALOGV("getInputForAttr() source %d, samplingRate %d, format %d, channelMask %x,"
1490 ALOGW("getInputForAttr() no policy for address %s", address.string());
1494 ALOGW("getInputForAttr() bad policy mix type for address %s", address.string());
1502 ALOGW("getInputForAttr() could not find device for source %d", inputSource);
1561 ALOGW("getInputForAttr() could not find profile for device 0x%X, samplingRate %u,"
1569 ALOGE("getInputForAttr(): HW module %s not opened", profile->mModule->mName);
1591 ALOGW("getInputForAttr() failed opening input: samplingRate %d, format %d, channelMask %x",
1611 ALOGV("getInputForAttr() returns input type = %d", inputType);
2126 // When capture starts, getInputForAttr() wil
[all...]
/frameworks/av/media/libmedia/
H A DAudioSystem.cpp696 status_t AudioSystem::getInputForAttr(const audio_attributes_t *attr, function in class:android::AudioSystem
706 return aps->getInputForAttr(attr, input, session, samplingRate, format, channelMask, flags);
H A DIAudioPolicyService.cpp269 virtual status_t getInputForAttr(const audio_attributes_t *attr, function in class:android::BpAudioPolicyService
280 ALOGE("getInputForAttr NULL attr - shouldn't happen");
284 ALOGE("getInputForAttr NULL input - shouldn't happen");
873 status_t status = getInputForAttr(&attr, &input, session,
H A DAudioRecord.cpp455 status = AudioSystem::getInputForAttr(&mAttributes, &input, (audio_session_t)mSessionId,

Completed in 1177 milliseconds