Home
last modified time | relevance | path

Searched refs:clientReleaseAudioPatch (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audiopolicy/service/
DAudioPolicyClientImpl.cpp196 return mAudioPolicyService->clientReleaseAudioPatch(handle, delayMs); in releaseAudioPatch()
DAudioPolicyService.h218 status_t clientReleaseAudioPatch(audio_patch_handle_t handle,
DAudioPolicyService.cpp214 status_t AudioPolicyService::clientReleaseAudioPatch(audio_patch_handle_t handle, in clientReleaseAudioPatch() function in android::AudioPolicyService