Home
last modified time | relevance | path

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

/frameworks/av/camera/ndk/ndk_vendor/impl/
Dutils.cpp187 const native_handle_t *handle2 = handles2[i].getNativeHandle(); in areWindowNativeHandlesLessThan() local
188 if (!isWindowNativeHandleEqual(handle1, handle2)) { in areWindowNativeHandlesLessThan()
189 return isWindowNativeHandleLessThan(handle1, handle2); in areWindowNativeHandlesLessThan()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyService.cpp1623 audio_patch_handle_t handle2; in insertCommand_l() local
1626 handle2 = ((CreateAudioPatchData *)command2->mParam.get())->mHandle; in insertCommand_l()
1629 handle2 = ((ReleaseAudioPatchData *)command2->mParam.get())->mHandle; in insertCommand_l()
1632 if (handle != handle2) break; in insertCommand_l()