Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DIAudioFlinger.cpp1311 audio_patch_handle_t handleLegacy = VALUE_OR_RETURN_BINDER( in createAudioPatch() local
1313 RETURN_BINDER_IF_ERROR(mDelegate->createAudioPatch(&patchLegacy, &handleLegacy)); in createAudioPatch()
1314 *_aidl_return = VALUE_OR_RETURN_BINDER(legacy2aidl_audio_patch_handle_t_int32_t(handleLegacy)); in createAudioPatch()
1319 audio_patch_handle_t handleLegacy = VALUE_OR_RETURN_BINDER( in releaseAudioPatch() local
1321 return Status::fromStatusT(mDelegate->releaseAudioPatch(handleLegacy)); in releaseAudioPatch()