OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readHandle
(Results
1 - 3
of
3
) sorted by null
/external/deqp/execserver/
xsWin32TestProcess.cpp
451
HANDLE
readHandle
;
461
readHandle
= CreateNamedPipe(pipeName, /* Pipe name. */
470
if (
readHandle
== INVALID_HANDLE_VALUE)
484
CloseHandle(
readHandle
);
488
*readHandleOut =
readHandle
;
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Decoder.java
340
public Handle
readHandle
(int offset, boolean nullable) {
357
return
readHandle
(offset, nullable).toUntypedHandle();
437
result[i] = d.
readHandle
(
/device/generic/goldfish/opengl/system/egl/
egl.cpp
952
uint32_t
readHandle
= (readSurf) ? readSurf->getRcSurface() : 0;
979
if (rcEnc->rcMakeCurrent(rcEnc, ctxHandle, drawHandle,
readHandle
) == EGL_FALSE) {
[
all
...]
Completed in 169 milliseconds