HomeSort by relevance Sort by last modified time
    Searched defs:hPipe (Results 1 - 5 of 5) sorted by null

  /development/simulator/app/
LocalBiChannel.cpp 93 HANDLE hPipe;
95 hPipe = CreateNamedPipe(
106 if (hPipe == 0) {
112 mHandle = (unsigned long) hPipe;
124 HANDLE hPipe, dupHandle;
129 hPipe = CreateFile(
137 if (hPipe == INVALID_HANDLE_VALUE) {
150 (*ppReadPipe)->createReader((unsigned long) hPipe);
154 hPipe,
172 HANDLE hPipe;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Component.h 150 OMX_HANDLETYPE hPipe; /**< The pipe handle*/
  /frameworks/base/include/media/stagefright/openmax/
OMX_Component.h 167 OMX_HANDLETYPE hPipe; /**< The pipe handle*/
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 150 OMX_HANDLETYPE hPipe; /**< The pipe handle*/
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 150 OMX_HANDLETYPE hPipe; /**< The pipe handle*/

Completed in 46 milliseconds