Searched refs:getPatchHandle (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioSessionInfoProvider.h32 virtual audio_patch_handle_t getPatchHandle() const = 0;
H A DAudioInputDescriptor.h70 virtual audio_patch_handle_t getPatchHandle() const;
H A DAudioOutputDescriptor.h74 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; }; function in class:android::AudioOutputDescriptor
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioSession.cpp90 const audio_patch_handle_t patchHandle = (provider != NULL) ? provider->getPatchHandle() :
125 const audio_patch_handle_t patchHandle = (provider != NULL) ? provider->getPatchHandle() :
H A DAudioInputDescriptor.cpp160 audio_patch_handle_t AudioInputDescriptor::getPatchHandle() const function in class:android::AudioInputDescriptor
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1793 ssize_t patch_index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle());
2114 sp<AudioPatch> patch = mAudioPatches.valueFor(desc->getPatchHandle());
4064 ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle());
4093 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle());
4275 ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle());
4280 outputDesc->device(), outputDesc->getPatchHandle());
4336 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle());
4341 inputDesc->mDevice, inputDesc->getPatchHandle());
4641 outputDesc->getPatchHandle() != 0) {
4672 index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle());
[all...]

Completed in 99 milliseconds