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

  /hardware/ti/omap3/dspbridge/dspexec/
dspexec.c 103 DSP_HPROCESSOR hProc;
161 status = DSPProcessor_Attach(uProcId, NULL, &hProc);
164 status = DSPProcessor_Stop(hProc);
167 status = DSPProcessor_Load(hProc,argc,(CONST CHAR **)argv,NULL);
170 status = DSPProcessor_Start(hProc);
181 status = DSPProcessor_GetTrace(hProc,
195 DSPProcessor_Detach(hProc);
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osProcessWin.cpp 127 HANDLE hProc = OpenProcess(PROCESS_ALL_ACCESS, FALSE, pid);
129 if (NULL == hProc) {
136 TerminateProcess(hProc, 0x55);
142 if(WaitForSingleObject(hProc, INFINITE) == WAIT_FAILED) {
143 CloseHandle(hProc);
147 if (!GetExitCodeProcess(hProc, &exitStatus)) {
148 CloseHandle(hProc);
153 CloseHandle(hProc);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_Types.h 265 DSP_HPROCESSOR hProc;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c     [all...]

Completed in 2260 milliseconds