Home
last modified time | relevance | path

Searched defs:setPatchHandle (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioOutputDescriptor.h77 void setPatchHandle(audio_patch_handle_t handle) { mPatchHandle = handle; }; in setPatchHandle() function
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioInputDescriptor.cpp183 void AudioInputDescriptor::setPatchHandle(audio_patch_handle_t handle) in setPatchHandle() function in android::AudioInputDescriptor