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
92 const audio_patch_handle_t patchHandle = (provider != NULL) ? provider->getPatchHandle() : in changeActiveCount()129 const audio_patch_handle_t patchHandle = (provider != NULL) ? provider->getPatchHandle() : in onSessionInfoUpdate()
174 audio_patch_handle_t AudioInputDescriptor::getPatchHandle() const in getPatchHandle() function in android::AudioInputDescriptor
1218 (outputDesc->getPatchHandle() == AUDIO_PATCH_HANDLE_NONE); in startSource()1264 desc->getPatchHandle() != AUDIO_PATCH_HANDLE_NONE) { in startSource()2199 ssize_t patch_index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in closeAllInputs()2538 sp<AudioPatch> patch = mAudioPatches.valueFor(desc->getPatchHandle()); in registerPolicyMixes()4627 ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in loadConfig()4653 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in loadConfig()4832 ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in loadConfig()4837 outputDesc->device(), outputDesc->getPatchHandle()); in loadConfig()4907 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in loadConfig()4912 inputDesc->mDevice, inputDesc->getPatchHandle()); in loadConfig()[all …]