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

/frameworks/av/include/media/
H A DIAudioPolicyService.h82 virtual status_t getInputForAttr(const audio_attributes_t *attr,
H A DAudioSystem.h241 static status_t getInputForAttr(const audio_attributes_t *attr,
/frameworks/av/media/libaudioclient/include/media/
H A DIAudioPolicyService.h82 virtual status_t getInputForAttr(const audio_attributes_t *attr,
H A DAudioSystem.h241 static status_t getInputForAttr(const audio_attributes_t *attr,
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp273 status_t AudioPolicyService::getInputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyService
320 status = mAudioPolicyManager->getInputForAttr(attr, input, session, uid,
335 ALOGE("getInputForAttr() permission denied: capture not allowed");
341 ALOGE("getInputForAttr() permission denied: modify audio routing not allowed");
347 LOG_ALWAYS_FATAL("getInputForAttr() encountered an invalid input type %d",
H A DAudioPolicyService.h96 virtual status_t getInputForAttr(const audio_attributes_t *attr,
/frameworks/av/services/audiopolicy/
H A DAudioPolicyInterface.h141 virtual status_t getInputForAttr(const audio_attributes_t *attr,
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.h130 virtual status_t getInputForAttr(const audio_attributes_t *attr,
H A DAudioPolicyManager.cpp1488 status_t AudioPolicyManager::getInputForAttr(const audio_attributes_t *attr, function in class:android::AudioPolicyManager
1498 ALOGV("getInputForAttr() source %d, samplingRate %d, format %d, channelMask %x,"
1528 ALOGW("getInputForAttr() unknown MMAP input %d", *input);
1535 ALOGW("getInputForAttr() unknown session %d on input %d", session, *input);
1539 // For MMAP mode, the first call to getInputForAttr() is made on behalf of audioflinger.
1545 ALOGW("getInputForAttr() bad uid %d for session %d uid %d",
1590 ALOGW("getInputForAttr() could not find device for source %d", inputSource);
1629 ALOGV("getInputForAttr() returns input %d type %d selectedDeviceId %d",
1700 ALOGE("getInputForAttr(): HW module %s not opened", profile->getModuleName());
1804 ALOGW("getInputForAttr() faile
[all...]
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp881 status_t AudioSystem::getInputForAttr(const audio_attributes_t *attr, function in class:android::AudioSystem
893 return aps->getInputForAttr(
H A DIAudioPolicyService.cpp297 virtual status_t getInputForAttr(const audio_attributes_t *attr, function in class:android::BpAudioPolicyService
310 ALOGE("getInputForAttr NULL attr - shouldn't happen");
314 ALOGE("getInputForAttr NULL input - shouldn't happen");
318 ALOGE("getInputForAttr NULL selectedDeviceId - shouldn't happen");
322 ALOGE("getInputForAttr NULL portId - shouldn't happen");
1040 status_t status = getInputForAttr(&attr, &input, session, pid, uid,
H A DAudioRecord.cpp566 status = AudioSystem::getInputForAttr(&mAttributes, &input,
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp313 ret = AudioSystem::getInputForAttr(attr, &io,
H A DThreads.cpp7687 ret = AudioSystem::getInputForAttr(&mAttr, &io,

Completed in 257 milliseconds