Searched refs:getPatchHandle (Results 1 – 6 of 6) sorted by relevance
32 virtual audio_patch_handle_t getPatchHandle() const = 0;
72 virtual audio_patch_handle_t getPatchHandle() const;
76 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; }; in getPatchHandle() function
94 const audio_patch_handle_t patchHandle = (provider != NULL) ? provider->getPatchHandle() : in changeActiveCount()131 const audio_patch_handle_t patchHandle = (provider != NULL) ? provider->getPatchHandle() : in onSessionInfoUpdate()
178 audio_patch_handle_t AudioInputDescriptor::getPatchHandle() const in getPatchHandle() function in android::AudioInputDescriptor
1266 (outputDesc->getPatchHandle() == AUDIO_PATCH_HANDLE_NONE); in startSource()1301 desc->getPatchHandle() != AUDIO_PATCH_HANDLE_NONE) { in startSource()2189 ssize_t patch_index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in closeAllInputs()2531 sp<AudioPatch> patch = mAudioPatches.valueFor(desc->getPatchHandle()); in registerPolicyMixes()4524 ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in AudioPolicyManager()4553 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in AudioPolicyManager()4723 ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in AudioPolicyManager()4728 outputDesc->device(), outputDesc->getPatchHandle()); in AudioPolicyManager()4784 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in AudioPolicyManager()4789 inputDesc->mDevice, inputDesc->getPatchHandle()); in AudioPolicyManager()[all …]