HomeSort by relevance Sort by last modified time
    Searched refs:SendCommand (Results 1 - 25 of 45) sorted by null

1 2

  /development/testrunner/
adb_interface.py 54 def SendCommand(self, command_string, timeout_time=20, retry_count=3):
90 return self.SendCommand("shell %s" % cmd, timeout_time=timeout_time,
111 self.SendCommand("push %s %s" % (src, dest), timeout_time=60)
128 self.SendCommand("pull %s %s" % (src, dest), timeout_time=60)
153 output = self.SendCommand("root")
158 self.SendCommand("wait-for-device")
315 self.SendCommand("wait-for-device")
382 self.SendCommand("wait-for-device")
424 output = self.SendCommand("sync", retry_count=retry_count)
431 self.SendCommand("remount"
    [all...]
runtest.py 365 self._adb.SendCommand("reboot")
366 self._adb.SendCommand("wait-for-device", timeout_time=60,
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
wpa_core.c 525 U32 SendCommand;
581 SendCommand = TRUE;
592 SendCommand = FALSE;
595 if (SendCommand && IpcWpa_Command(pWpaCore->hIpcWpa, cmd, 0))
601 SendCommand = TRUE;
628 SendCommand = FALSE;
631 if (SendCommand && IpcWpa_Command(pWpaCore->hIpcWpa, cmd, 0))
638 SendCommand = TRUE;
647 SendCommand = FALSE;
650 if (SendCommand && IpcWpa_Command(pWpaCore->hIpcWpa, cmd, 0)
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
wpa_core.c 525 U32 SendCommand;
581 SendCommand = TRUE;
592 SendCommand = FALSE;
595 if (SendCommand && IpcWpa_Command(pWpaCore->hIpcWpa, cmd, 0))
601 SendCommand = TRUE;
628 SendCommand = FALSE;
631 if (SendCommand && IpcWpa_Command(pWpaCore->hIpcWpa, cmd, 0))
638 SendCommand = TRUE;
647 SendCommand = FALSE;
650 if (SendCommand && IpcWpa_Command(pWpaCore->hIpcWpa, cmd, 0)
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES_Android.h 58 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /external/v8/include/
v8-debug.h 135 * client_data data value passed into Debug::SendCommand along with the
212 static void SendCommand(const uint16_t* command, int length,
  /system/media/opensles/include/SLES/
OpenSLES_Android.h 58 SLresult (*SendCommand) (SLAndroidEffectItf self,
  /external/v8/test/cctest/
test-debug.cc     [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/
SEC_OMX_Component_Register.c 162 (NULL == component.SendCommand) ||
  /external/webkit/WebKit/chromium/src/
DebuggerAgentManager.cpp 278 v8::Debug::SendCommand(reinterpret_cast<const uint16_t*>(cmd.characters()), cmd.length(), data);
  /frameworks/base/media/libstagefright/omx/
OMXComponentBase.cpp 64 return getBase(hComponent)->sendCommand(Cmd, nParam1, pCmdData);
178 result->SendCommand = SendCommandWrapper;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 121 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
219 pHandle->SendCommand = SendCommand;
555 * SendCommand() used to send the commands to the component
568 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle,
578 G711DEC_DPRINT ("%d:::Inside SendCommand\n", __LINE__);
586 G711DEC_DPRINT ("%d:::Inside SendCommand\n", __LINE__);
600 G711DEC_DPRINT ("%d:::Inside SendCommand\n",__LINE__);
617 G711DEC_DPRINT ("%d:::Inside SendCommand\n",__LINE__);
629 G711DEC_DPRINT ("%d:::Inside SendCommand\n",__LINE__)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 120 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
228 pHandle->SendCommand = SendCommand;
559 * SendCommand() used to send the commands to the component
572 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle,
582 G729DEC_DPRINT ("%d:::Inside SendCommand\n",__LINE__);
597 G729DEC_DPRINT ("%d:::Inside SendCommand\n",__LINE__);
612 G729DEC_DPRINT ("%d:::Inside SendCommand\n",__LINE__);
630 G729DEC_DPRINT ("%d:::Inside SendCommand\n",__LINE__);
644 G729DEC_DPRINT ("%d:::Inside SendCommand\n",__LINE__)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 120 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp,
209 pHandle->SendCommand = SendCommand;
567 * SendCommand() used to send the commands to the component
580 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle,
614 G729ENC_DPRINT("OMX_CommandStateSet SendCommand\n");
632 G729ENC_DPRINT("OMX_CommandStateSet SendCommand\n");
645 G729ENC_DPRINT("OMX_CommandFlush SendCommand\n");
654 G729ENC_DPRINT("OMX_CommandPortDisable SendCommand\n");
657 G729ENC_DPRINT("OMX_CommandPortEnable SendCommand\n")
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 116 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
200 pHandle->SendCommand = SendCommand;
612 * SendCommand() used to send the commands to the component
625 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle,
642 OMX_PRINT1(pCompPrivate->dbg, "%d:::Inside SendCommand\n",__LINE__);
665 OMX_PRINT1(pCompPrivate->dbg, "%d:::Inside SendCommand\n",__LINE__);
683 OMX_PRINT1(pCompPrivate->dbg, "%d:::Inside SendCommand\n",__LINE__);
725 OMX_PRINT1(pCompPrivate->dbg, "%d:::Inside SendCommand\n",__LINE__);
728 OMX_PRINT1(pCompPrivate->dbg, "%d:::Inside SendCommand\n",__LINE__)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 105 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
195 pHandle->SendCommand = SendCommand;
535 * SendCommand() used to send the commands to the component
548 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle,
558 G711ENC_DPRINT("%d :: Entering SendCommand()\n", __LINE__);
567 G711ENC_DPRINT("%d :: OMX_CommandStateSet SendCommand\n",__LINE__);
585 G711ENC_DPRINT("%d :: OMX_CommandStateSet SendCommand\n",__LINE__);
598 G711ENC_DPRINT("%d :: OMX_CommandFlush SendCommand\n",__LINE__);
601 G711ENC_DPRINT("%d :: OMX_ErrorBadPortIndex from SendCommand",__LINE__)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 121 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE hComp, OMX_COMMANDTYPE nCommand,
210 pHandle->SendCommand = SendCommand;
577 * SendCommand() used to send the commands to the component
590 static OMX_ERRORTYPE SendCommand (OMX_HANDLETYPE phandle,
600 OMX_PRINT1(pCompPrivate->dbg, "Inside SendCommand\n");
614 OMX_PRINT1(pCompPrivate->dbg, "Inside SendCommand\n");
635 OMX_PRINT1(pCompPrivate->dbg, "Inside SendCommand\n");
653 OMX_PRINT1(pCompPrivate->dbg, "Inside SendCommand\n");
667 OMX_PRINT1(pCompPrivate->dbg, "Inside SendCommand\n")
    [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)(
OMX_Core.h     [all...]
  /external/v8/src/
debug-agent.cc 191 v8::Debug::SendCommand(reinterpret_cast<const uint16_t *>(temp), len);
  /frameworks/base/include/media/stagefright/openmax/
OMX_Component.h 362 specification for details on the SendCommand method.
364 OMX_ERRORTYPE (*SendCommand)(
OMX_Core.h     [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 345 specification for details on the SendCommand method.
347 OMX_ERRORTYPE (*SendCommand)(
OMX_Core.h     [all...]
  /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)(

Completed in 1304 milliseconds

1 2