Searched refs:getPatchHandle (Results 1 – 6 of 6) sorted by relevance
32 virtual audio_patch_handle_t getPatchHandle() const = 0;
70 virtual audio_patch_handle_t getPatchHandle() const;
74 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; }; in getPatchHandle() function
90 const audio_patch_handle_t patchHandle = (provider != NULL) ? provider->getPatchHandle() : in changeActiveCount()125 const audio_patch_handle_t patchHandle = (provider != NULL) ? provider->getPatchHandle() : in onSessionInfoUpdate()
160 audio_patch_handle_t AudioInputDescriptor::getPatchHandle() const in getPatchHandle() function in android::AudioInputDescriptor
1793 ssize_t patch_index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in closeAllInputs()2114 sp<AudioPatch> patch = mAudioPatches.valueFor(desc->getPatchHandle()); in registerPolicyMixes()4064 ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in AudioPolicyManager()4093 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in AudioPolicyManager()4275 ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in AudioPolicyManager()4280 outputDesc->device(), outputDesc->getPatchHandle()); in AudioPolicyManager()4336 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in AudioPolicyManager()4341 inputDesc->mDevice, inputDesc->getPatchHandle()); in AudioPolicyManager()4641 outputDesc->getPatchHandle() != 0) { in AudioPolicyManager()4672 index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in AudioPolicyManager()[all …]