Searched refs:setPatchHandle (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioInputDescriptor.h74 void setPatchHandle(audio_patch_handle_t handle);
H A DAudioOutputDescriptor.h77 void setPatchHandle(audio_patch_handle_t handle) { mPatchHandle = handle; }; function in class:android::AudioOutputDescriptor
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioInputDescriptor.cpp182 void AudioInputDescriptor::setPatchHandle(audio_patch_handle_t handle) function in class:android::AudioInputDescriptor
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp5014 outputDesc->setPatchHandle(patchDesc->mHandle);
5057 outputDesc->setPatchHandle(AUDIO_PATCH_HANDLE_NONE);
5118 inputDesc->setPatchHandle(patchDesc->mHandle);
5143 inputDesc->setPatchHandle(AUDIO_PATCH_HANDLE_NONE);

Completed in 325 milliseconds