OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_pipe
(Results
1 - 3
of
3
) sorted by null
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
Win32PipeStream.cpp
36
m_pipe
(INVALID_HANDLE_VALUE)
42
m_pipe
(pipe)
48
if (
m_pipe
!= INVALID_HANDLE_VALUE) {
49
CloseHandle(
m_pipe
);
50
m_pipe
= INVALID_HANDLE_VALUE;
171
m_pipe
= pipe;
179
if (
m_pipe
== INVALID_HANDLE_VALUE)
187
if (! ::WriteFile(
m_pipe
, (const char *)m_buf + (size - res), res, &written, NULL)) {
201
if (
m_pipe
== INVALID_HANDLE_VALUE)
211
if (! ::ReadFile(
m_pipe
, (char *)buf + (len - res), res, &readcount, NULL) || readcount == 0)
[
all
...]
Win32PipeStream.h
36
HANDLE
m_pipe
;
member in class:Win32PipeStream
/hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp
43
extern int
m_pipe
;
[
all
...]
Completed in 156 milliseconds