Searched refs:handle2 (Results 1 – 2 of 2) sorted by relevance
187 const native_handle_t *handle2 = handles2[i].getNativeHandle(); in areWindowNativeHandlesLessThan() local188 if (!isWindowNativeHandleEqual(handle1, handle2)) { in areWindowNativeHandlesLessThan()189 return isWindowNativeHandleLessThan(handle1, handle2); in areWindowNativeHandlesLessThan()
1623 audio_patch_handle_t handle2; in insertCommand_l() local1626 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()