HomeSort by relevance Sort by last modified time
    Searched defs:SendCommand (Results 26 - 38 of 38) sorted by null

12

  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 124 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
216 pHandle->SendCommand = SendCommand;
467 * @fn SendCommand() function receives all the commands from the application.
485 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle,
497 G722DEC_DPRINT("G722DEC: Entered SendCommand\n");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 126 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
219 pHandle->SendCommand = SendCommand;
473 * @fn SendCommand() function receives all the commands from the application.
491 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle,
503 G726DEC_DPRINT("G726DEC: Entered SendCommand\n");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c 132 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
222 pHandle->SendCommand = SendCommand;
521 * @fn SendCommand() function receives all the commands from the application.
539 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle,
557 OMX_PRINT1(pCompPrivate->dbg, ":: MP3DEC: Entered SendCommand\n");
655 OMX_PRINT2(pCompPrivate->dbg, ":: MP3DEC:SendCommand - nRet = %d\n",nRet);
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
wpa_core.c 541 U32 SendCommand;
597 SendCommand = TRUE;
608 SendCommand = FALSE;
611 if (SendCommand && IpcWpa_Command(pWpaCore->hIpcWpa, cmd, 0))
617 SendCommand = TRUE;
644 SendCommand = FALSE;
647 if (SendCommand && IpcWpa_Command(pWpaCore->hIpcWpa, cmd, 0))
654 SendCommand = TRUE;
663 SendCommand = FALSE;
666 if (SendCommand && IpcWpa_Command(pWpaCore->hIpcWpa, cmd, 0)
    [all...]
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES_Android.h 62 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES_Android.h 62 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 210 static OMX_ERRORTYPE SendCommand (OMX_IN OMX_HANDLETYPE hComponent,
422 pHandle->SendCommand = SendCommand;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Component.h 345 specification for details on the SendCommand method.
347 OMX_ERRORTYPE (*SendCommand)(
  /frameworks/native/include/media/openmax/
OMX_Component.h 362 specification for details on the SendCommand method.
364 OMX_ERRORTYPE (*SendCommand)(
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 345 specification for details on the SendCommand method.
347 OMX_ERRORTYPE (*SendCommand)(
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 345 specification for details on the SendCommand method.
347 OMX_ERRORTYPE (*SendCommand)(
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 345 specification for details on the SendCommand method.
347 OMX_ERRORTYPE (*SendCommand)(
  /external/v8/src/
api.cc     [all...]

Completed in 499 milliseconds

12