Searched refs:getPatchHandle (Results 1 – 9 of 9) sorted by relevance
34 virtual audio_patch_handle_t getPatchHandle() const = 0;
93 audio_patch_handle_t getPatchHandle() const override;
193 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; } in getPatchHandle() function
269 audio_patch_handle_t getPatchHandle() const override;
38 audio_patch_handle_t getPatchHandle() const { return mPatchHandle; }; in getPatchHandle() function
3359 downstreamPatchHandle = swPatches[0].getPatchHandle(); in threadLoop()
1610 (outputDesc->getPatchHandle() == AUDIO_PATCH_HANDLE_NONE); in startSource()1686 desc->getPatchHandle() != AUDIO_PATCH_HANDLE_NONE) { in startSource()4290 return releaseAudioPatchInternal(sourceDesc->getPatchHandle()); in disconnectAudioSource()4997 ssize_t index = mAudioPatches.indexOfKey(closingOutput->getPatchHandle()); in closeOutput()5046 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in closeInput()5260 ssize_t index = mAudioPatches.indexOfKey(outputDesc->getPatchHandle()); in getNewOutputDevices()5265 outputDesc->devices().toString().c_str(), outputDesc->getPatchHandle()); in getNewOutputDevices()5317 ssize_t index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); in getNewInputDevice()5322 inputDesc->getDevice()->toString().c_str(), inputDesc->getPatchHandle()); in getNewInputDevice()5605 !force && outputDesc->getPatchHandle() != 0) { in setOutputDevices()[all …]
185 audio_patch_handle_t AudioInputDescriptor::getPatchHandle() const in getPatchHandle() function in android::AudioInputDescriptor
66 audio_patch_handle_t AudioOutputDescriptor::getPatchHandle() const in getPatchHandle() function in android::AudioOutputDescriptor