HomeSort by relevance Sort by last modified time
    Searched refs:Cmd (Results 76 - 100 of 164) sorted by null

1 2 34 5 6 7

  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 675 if (Load.C.cmd == MachO::LC_DATA_IN_CODE) {
697 StringRef Cmd;
698 switch (Load.C.cmd) {
700 Cmd = "LC_VERSION_MIN_MACOSX";
703 Cmd = "LC_VERSION_MIN_IPHONEOS";
706 Cmd = "LC_VERSION_MIN_TVOS";
709 Cmd = "LC_VERSION_MIN_WATCHOS";
717 W.printString("Cmd", Cmd);
742 if (Load.C.cmd == MachO::LC_DYSYMTAB)
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
phFriNfc_MifStdFormat.c 327 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareRead;
335 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareWrite16;
380 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareWrite16;
390 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareWrite16;
410 NdefSmtCrdFmt->Cmd.MfCmd = phHal_eMifareWrite16;
473 NdefSmtCrdFmt->Cmd,
    [all...]
phFriNfc_MifareStdMap.c 419 NdefMap->Cmd.MfCmd = phHal_eMifareRead;
426 NdefMap->Cmd,
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_MifareStdMap.c 668 NdefMap->Cmd.MfCmd = phHal_eMifareCmdListMifareRead;
670 NdefMap->Cmd.MfCmd = phHal_eMifareRead;
680 NdefMap->Cmd,
    [all...]
phFriNfc_ISO15693Map.c 472 psNdefMap->Cmd.Iso15693Cmd = phHal_eIso15693_Cmd;
502 psNdefMap->Cmd,
533 psNdefMap->Cmd.Iso15693Cmd = phHal_eIso15693_Cmd;
566 psNdefMap->Cmd,
    [all...]
phFriNfc_MifareULMap.c 474 /* set the cmd to mifare read*/
479 NdefMap->Cmd.MfCmd = phHal_eMifareRead;
493 NdefMap->Cmd,
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 189 OMX_COMMANDTYPE Cmd,
612 OMX_COMMANDTYPE Cmd,
632 Cmd, (Cmd == OMX_CommandMarkBuffer) ? (OMX_U32) pCmdData : nParam1,
636 switch (Cmd) {
645 nRet = write(pComponentPrivate->cmdPipe[VIDDEC_PIPE_WRITE], &Cmd, sizeof(Cmd));
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 211 OMX_IN OMX_COMMANDTYPE Cmd,
    [all...]
  /external/clang/lib/Tooling/
Tooling.cpp 77 const clang::driver::Command &Cmd =
79 if (StringRef(Cmd.getCreator().getName()) != "clang") {
84 return &Cmd.getArguments();
  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 73 int run(Command Cmd, int argc, const char **argv);
243 int CodeCoverageTool::run(Command Cmd, int argc, const char **argv) {
371 switch (Cmd) {
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 564 * @param Cmd Command to be sent to the component
573 OMX_COMMANDTYPE Cmd,
585 Cmd,
586 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
610 switch(Cmd) {
677 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
684 if (Cmd == OMX_CommandMarkBuffer) {
702 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 582 * @param Cmd Command to be sent to the component
591 OMX_COMMANDTYPE Cmd,
628 PERF_SendingCommand(pCompPrivate->pPERF, Cmd,
629 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
633 switch(Cmd) {
701 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
708 if (Cmd == OMX_CommandMarkBuffer) {
726 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) {
    [all...]
  /external/clang/include/clang/Driver/
Driver.h 216 void setUpResponseFiles(Compilation &C, Command &Cmd);
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 155 @ CHECK: Cmd: LC_SEGMENT
darwin-Thumb-reloc.s 117 @ CHECK: Cmd: LC_SEGMENT
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 643 OMX_COMMANDTYPE Cmd,
653 G722ENC_DPRINT("Cmd = %d\n",Cmd);
660 switch(Cmd) {
723 nRet = write (pCompPrivate->cmdPipe[1], &Cmd,sizeof(Cmd));
728 if (Cmd == OMX_CommandMarkBuffer) {
746 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 572 * @param Cmd Command to be sent to the component
581 OMX_COMMANDTYPE Cmd,
606 Cmd,
607 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
611 switch(Cmd)
678 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
685 if (Cmd == OMX_CommandMarkBuffer)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 617 * @param Cmd Command to be sent to the component
626 OMX_COMMANDTYPE Cmd,
658 Cmd,
659 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
663 switch(Cmd) {
726 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
733 if (Cmd == OMX_CommandMarkBuffer) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 606 * @param Cmd Command to be sent to the component
615 OMX_COMMANDTYPE Cmd,
620 OMX_CONF_CHECK_CMD(phandle,1,1); /*NOTE: Cmd, pCmdData, nParam are NULL for khronos*/
649 PERF_SendingCommand(pCompPrivate->pPERF,Cmd,
650 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
654 switch(Cmd)
737 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
738 OMX_PRCOMM2(pCompPrivate->dbg, "%d :: AACENC: Cmd pipe has been writen. nRet = %d \n",__LINE__,nRet);
740 OMX_PRCOMM2(pCompPrivate->dbg, "%d :: AACENC: &Cmd = %p \n",__LINE__,&Cmd)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 668 * @param Cmd Command to be sent to the component
677 OMX_COMMANDTYPE Cmd,
708 Cmd,
709 (Cmd == OMX_CommandMarkBuffer) ? ((OMX_U32) pCmdData) : nParam,
712 switch(Cmd) {
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 73 OMX_ERRORTYPE CmdProcessWork::PushCmdQueue(struct cmd_s *cmd)
78 ret = queue_push_tail(&q, cmd);
92 struct cmd_s *cmd; local
95 cmd = (struct cmd_s *)queue_pop_head(&q);
98 return cmd;
103 struct cmd_s *cmd; local
105 cmd = PopCmdQueue();
106 if (cmd) {
107 ci->CmdHandler(cmd);
108 free(cmd);
379 struct cmd_s *cmd; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 560 * @param Cmd Command to be sent to the component
569 OMX_COMMANDTYPE Cmd,
598 switch(Cmd) {
660 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
668 if (Cmd == OMX_CommandMarkBuffer) {
684 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 471 * @param Cmd This is commnad set that came from application.
486 OMX_COMMANDTYPE Cmd,
503 switch(Cmd) {
564 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
569 if (Cmd == OMX_CommandMarkBuffer) {
586 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting){
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 477 * @param Cmd This is commnad set that came from application.
492 OMX_COMMANDTYPE Cmd,
516 switch(Cmd) {
577 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd));
582 if (Cmd == OMX_CommandMarkBuffer) {
599 if(Cmd == OMX_CommandStateSet && nParam == OMX_StateExecuting){
    [all...]
  /external/autotest/client/cros/nfc/
console.py 7 import cmd namespace
440 class NfcConsole(cmd.Cmd):
446 cmd.Cmd.__init__(self)

Completed in 1776 milliseconds

1 2 34 5 6 7