Searched defs:command (Results 1 - 25 of 43) sorted by relevance

12

/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_CompThread.c102 OMX_COMMANDTYPE command; local
180 /* Do not accept any command when the component is stopping */
182 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command));
198 nRet = WBAMRENC_HandleCommand(pComponentPrivate, command, commandData);
H A DOMX_WbAmrEnc_Utils.c338 * the component thread, command pipes, data pipes and LCML Pipes.
657 * receives the command from the application
673 OMX_COMMANDTYPE command = cmd; local
699 command,
704 if (command == OMX_CommandStateSet) {
1421 } else if (command == OMX_CommandMarkBuffer) {
1428 } else if (command == OMX_CommandPortDisable) {
1506 } else if (command == OMX_CommandPortEnable) {
1605 } else if (command == OMX_CommandFlush) {
2768 /* USN_ERR_NONE,: Indicates that no error encountered during execution of the command an
[all...]
/hardware/ti/omap4xxx/libtiutils/
H A DMessageQueue.h55 unsigned int command; member in struct:TIUTILS::Message
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsaucm_test.c137 " list IDENTIFIER list command\n"
164 char *command = NULL; local
169 command = strtok_r(cmdStr, " ", &value);
172 if (command == NULL) {
173 fprintf(stderr, "NULL pointer encountered. Invalid value for command");
178 if (strncmp(cmd->cmd_str, command, strlen(cmd->cmd_str)) == 0)
183 fprintf(stderr, "Unknown command '%s'\n", command);
232 fprintf(stderr, "No card is opened before. %s command can't be executed\n", cmd->cmd_str);
245 fprintf(stderr, "No card is opened before. %s command ca
[all...]
/hardware/invensense/60xx/mlsdk/mllite/
H A Dmlsupervisor.c104 static int MLUpdateCompassCalibration3DOF(int command, long *data, argument
119 switch (command) {
/hardware/libhardware_legacy/qemu/
H A Dqemu.c330 char command[256]; local
334 len = qemu_command_vformat( command, sizeof command, fmt, args );
337 if (len < 0 || len >= (int)sizeof command) {
341 D("%s: too large %d > %d", __FUNCTION__, len, (int)(sizeof command));
347 return qemu_control_send( command, len );
/hardware/ti/wlan/mac80211/ti-utils/
H A Dcalibrator.c177 printf("Usage:\t%s [options] command\n", argv0);
218 "Print usage for each command.");
286 const char *command, *section; local
362 command = *argv;
374 if (strcmp(cmd->name, command)) {
488 /* calculate command size including padding */
505 /* need to treat "help" command specially so it works w/o nl80211 */
555 fprintf(stderr, "command failed: %s (%d)\n",
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
H A DExynos_OMX_Basecomponent.c845 EXYNOS_OMX_MESSAGE *command = (EXYNOS_OMX_MESSAGE *)Exynos_OSAL_Malloc(sizeof(EXYNOS_OMX_MESSAGE)); local
847 if (command == NULL) {
851 command->messageType = (OMX_U32)Cmd;
852 command->messageParam = nParam;
853 command->pCmdData = pCmdData;
855 ret = Exynos_OSAL_Queue(&pExynosComponent->messageQ, (void *)command);
/hardware/samsung_slsi/exynos5/libkeymaster/
H A DtlTeeKeymaster_Api.h3 * @brief Contains TCI command definitions and data structures
50 /*... add more command ids when needed */
228 command_t command; member in union:__anon1544::__anon1545
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Dec_Utils.c32 * like handling command from application, callback from LCML etc.
663 * @fn G722DEC_HandleCommand() function handles the command sent by the application.
688 OMX_COMMANDTYPE command; local
699 ret = read (pComponentPrivate->cmdPipe[0], &command, sizeof (command));
712 G722DEC_DPRINT(":: command = %d\n",command);
716 if (command == OMX_CommandStateSet) {
1162 else if (command == OMX_CommandMarkBuffer) {
1163 G722DEC_DPRINT("command OMX_CommandMarkBuffe
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_Utils.c360 * the component thread, command pipe and data pipe.
644 * receives the command from the application
660 OMX_COMMANDTYPE command; local
684 ret = (OMX_U16)(read (pComponentPrivate->cmdPipe[0], &command, sizeof (command)));
699 PERF_ReceivedCommand(pComponentPrivate->pPERFcomp, command, commandData,
703 if (command == OMX_CommandStateSet) {
1182 else if (command == OMX_CommandMarkBuffer) {
1183 G729DEC_DPRINT("command OMX_CommandMarkBuffer received %d\n",__LINE__);
1189 else if (command
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_Utils.c327 * the component thread, command pipes, data pipes and LCML Pipes.
612 * receives the command from the application
627 OMX_COMMANDTYPE command; local
652 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command));
668 PERF_ReceivedCommand(pComponentPrivate->pPERFcomp, command, commandData,
671 if (command == OMX_CommandStateSet)
1200 else if (command == OMX_CommandMarkBuffer)
1202 G729ENC_DPRINT("command OMX_CommandMarkBuffer received\n");
1209 else if (command
[all...]
/hardware/libhardware_legacy/wifi/
H A Dwifi.c650 ALOGV("Not connected to wpa_supplicant - \"%s\" command dropped.\n", cmd);
655 ALOGD("'%s' command timed out.\n", cmd);
806 int wifi_command(const char *command, char *reply, size_t *reply_len) argument
808 return wifi_send_command(command, reply, reply_len);
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsmb_camera.h97 unsigned int command; member in struct:msm_v4l2_event_data
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsmb_camera.h71 /* data.command */
101 unsigned int command; member in struct:msm_v4l2_event_data
/hardware/ril/reference-ril/
H A Datchannel.c77 * for current pending command
138 again before passing on to the command issuer */
246 /* no command pending */
293 RLOGE("Unsupported AT command type %d\n", s_type);
649 /* FIXME is it ok to call this from the reader and the command thread? */
721 static int at_send_command_full_nolock (const char *command, ATCommandType type, argument
735 err = writeline (command);
796 static int at_send_command_full (const char *command, ATCommandType type, argument
809 err = at_send_command_full_nolock(command, type,
824 * Issue a single normal AT command wit
832 at_send_command(const char *command, ATResponse **pp_outResponse) argument
843 at_send_command_singleline(const char *command, const char *responsePrefix, ATResponse **pp_outResponse) argument
866 at_send_command_numeric(const char *command, ATResponse **pp_outResponse) argument
888 at_send_command_sms(const char *command, const char *pdu, const char *responsePrefix, ATResponse **pp_outResponse) argument
912 at_send_command_multiline(const char *command, const char *responsePrefix, ATResponse **pp_outResponse) argument
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c529 * @fn AACDEC_HandleCommand() function handles the command sent by the application.
553 OMX_COMMANDTYPE command; local
571 ret = read (pComponentPrivate->cmdPipe[0], &command, sizeof (command));
597 OMX_PRDSP1(pComponentPrivate->dbg, "%d :: command = %d\n",__LINE__,command);
603 command,
608 if (command == OMX_CommandStateSet) {
1355 else if (command == OMX_CommandMarkBuffer) {
1359 } else if (command
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_Utils.c398 * the component thread, command pipe, data pipe and LCML Pipe.
671 * receives the command from the application
687 OMX_COMMANDTYPE command; local
707 ret = read (pComponentPrivate->cmdPipe[0], &command, sizeof (command));
725 PERF_ReceivedCommand(pComponentPrivate->pPERFcomp,command,commandData,PERF_ModuleLLMM);
728 OMX_PRDSP2(pComponentPrivate->dbg, "%d :: AACENCHandleCommand :: Command is = %d\n",__LINE__,command);
729 if (command == OMX_CommandStateSet)
1439 else if (command == OMX_CommandMarkBuffer)
1441 OMX_PRDSP2(pComponentPrivate->dbg, "AACENC: command OMX_CommandMarkBuffe
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c343 * the component thread, command pipe, data pipe and LCML Pipe.
616 * receives the command from the application
632 OMX_COMMANDTYPE command; local
661 ret = (OMX_U16) (read (pComponentPrivate->cmdPipe[0], &command, sizeof (command)));
679 if (command == OMX_CommandStateSet) {
1220 else if (command == OMX_CommandMarkBuffer) {
1221 G711DEC_DPRINT("command OMX_CommandMarkBuffer received %d\n",__LINE__);
1223 G711DEC_DPRINT("command OMX_CommandMarkBuffer received %d\n",__LINE__);
1227 else if (command
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c316 * the component thread, command pipes, data pipes and LCML Pipes.
583 * receives the command from the application
597 OMX_COMMANDTYPE command; local
621 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command));
634 if (command == OMX_CommandStateSet) {
1107 else if (command == OMX_CommandMarkBuffer) {
1108 G711ENC_DPRINT("%d :: command OMX_CommandMarkBuffer received\n",__LINE__);
1115 else if (command == OMX_CommandPortDisable) {
1116 G711ENC_DPRINT("%d :: Inside command Por
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c530 the component thread, command pipe, data pipe and LCML Pipe
880 * receives the command from the application
898 OMX_COMMANDTYPE command; local
907 read (pComponentPrivate->cmdPipe[0], &command, sizeof (command));
910 if (command == OMX_CommandStateSet) {
958 else if (command == OMX_CommandMarkBuffer) {
959 G722ENC_DPRINT("command OMX_CommandMarkBuffer received %d\n",__LINE__);
961 G722ENC_DPRINT("command OMX_CommandMarkBuffer received %d\n",__LINE__);
966 else if (command
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c32 * like handling command from application, callback from LCML etc.
534 * @fn G726DEC_HandleCommand() function handles the command sent by the application.
559 OMX_COMMANDTYPE command; local
570 ret = read (pComponentPrivate->cmdPipe[0], &command, sizeof (command));
583 G726DEC_DPRINT(":: command = %d\n",command);
587 if (command == OMX_CommandStateSet) {
1061 else if (command == OMX_CommandMarkBuffer) {
1062 G726DEC_DPRINT("command OMX_CommandMarkBuffe
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c381 * the component thread, command pipes, data pipes and LCML Pipes.
621 * receives the command from the application
636 OMX_COMMANDTYPE command; local
659 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command));
672 if (command == OMX_CommandStateSet) {
1135 } else if (command == OMX_CommandMarkBuffer) {
1136 G726ENC_DPRINT("%d :: command OMX_CommandMarkBuffer received\n",__LINE__);
1141 } else if (command == OMX_CommandPortDisable)
1147 G726ENC_DPRINT("%d :: command disable
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_Utils.c32 * like handling command from application, callback from LCML etc.
576 * @fn MP3DEC_HandleCommand() function handles the command sent by the application.
604 OMX_COMMANDTYPE command; local
615 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command));
619 "Error while reading the command pipe");
639 OMX_PRDSP2(pComponentPrivate->dbg, ":: command = %d\n",command);
644 command,
648 if (command
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_Utils.c338 * the component thread, command pipes, data pipes and LCML Pipes.
616 * receives the command from the application
631 OMX_COMMANDTYPE command; local
659 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command));
674 command,
678 if (command == OMX_CommandStateSet) {
1302 } else if (command == OMX_CommandMarkBuffer) {
1303 OMX_PRSTATE2(pComponentPrivate->dbg, "%d :: command OMX_CommandMarkBuffer received\n",__LINE__);
1308 } else if (command
[all...]

Completed in 1683 milliseconds

12