Searched refs:command (Results 1 - 25 of 39) sorted by relevance

12

/hardware/ril/reference-ril/
H A Datchannel.h79 /* This callback is invoked on the command thread.
90 int at_send_command_singleline (const char *command,
94 int at_send_command_numeric (const char *command,
97 int at_send_command_multiline (const char *command,
104 int at_send_command (const char *command, ATResponse **pp_outResponse);
106 int at_send_command_sms (const char *command, const char *pdu,
H A Datchannel.c77 * for current pending command
138 again before passing on to the command issuer */
246 /* no command pending */
293 LOGE("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...]
H A Dril.h57 RIL_E_FDN_CHECK_FAILURE = 14, /* command failed because recipient is not on FDN list */
267 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon483
269 char *path; /* "pathid" from TS 27.007 +CRSM command.
281 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon484
283 char *path; /* "pathid" from TS 27.007 +CRSM command.
1469 * keep SMS relay protocol link open (eg TS 27.005 AT+CMMS command)
1567 * values of "command" should be ignored or set to NULL
2496 * Requests to send a SAT/USAT envelope command to SIM.
2497 * The SAT/USAT envelope command refers to 3GPP TS 11.14 and 3GPP TS 31.111
2499 * "data" is a const char * containing SAT/USAT command
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi.h96 * wifi_command() issues a command to the Wi-Fi driver.
148 * @param command is the string command
156 int wifi_command(const char *command, char *reply, size_t *reply_len);
/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);
/hardware/ti/omap4xxx/libtiutils/
H A DMessageQueue.h55 unsigned int command; member in struct:TIUTILS::Message
H A DMessageQueue.cpp135 MSGQ_LOGDB("MQ.get(%d,%p,%p,%p,%p)", msg->command, msg->arg1,msg->arg2,msg->arg3,msg->arg4);
209 MSGQ_LOGDB("MQ.put(%d,%p,%p,%p,%p)", msg->command, msg->arg1,msg->arg2,msg->arg3,msg->arg4);
/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/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c169 int command = 0; variable
354 if (command == 0){
462 /* validate number of buffers input from command */
544 command = atoi(argv[3]);
546 switch (command ) {
914 printf("%d ::OMX_G729Decoder.c ::[G729 Dec Component] - send command to audio manager\n", __LINE__);
1100 if( ((2==command) || (4==command)) && (600 == frmCount)){ /*Stop Tests*/
1120 if(3 == command){ /*Pause Test*/
1122 printf (" Sending Pause command t
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c644 int command; local
645 command = atoi(argv[6]);
647 switch (command ) {
1107 printf("%d ::OMX_WbAmrDecoder.c ::[WBAMR Dec Component] - send command to audio manager\n", __LINE__);
1217 if((command == 13)){
1321 if(command != 13){
1343 if( ((2==command) || (4==command) ) && (50 == frmCount)){ /*Stop Tests*/
1399 if(3 == command){ /*Pause Test*/
1401 printf ("Sending Pause command t
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp213 // initialize command handling thread
219 CAMHAL_LOGEA("Couldn't create command handler");
227 CAMHAL_LOGDA("command handler thread already runnning!!");
231 CAMHAL_LOGEA("Couldn't run command handlerthread");
945 ///Send FLUSH command to preview port
1158 msg.command = CommandHandler::CAMERA_SWITCH_TO_EXECUTING;
2275 msg.command = CommandHandler::CAMERA_PERFORM_AUTOFOCUS;
2306 msg.command = CommandHandler::CAMERA_START_IMAGE_CAPTURE;
2630 CAMHAL_LOGDB("OMX interface failed to execute OMX command %d", (int)nData1);
2722 if( ( msg->command !
[all...]
/hardware/ti/omap4xxx/camera/
H A DANativeWindowDisplayAdapter.cpp212 msg.command = DisplayThread::DISPLAY_EXIT;
214 // Send the semaphore to signal once the command is completed
387 msg.command = DisplayThread::DISPLAY_START;
389 // Send the semaphore to signal once the command is completed
437 msg.command = DisplayThread::DISPLAY_STOP;
439 // Send the semaphore to signal once the command is completed
967 switch ( msg.command )
972 CAMHAL_LOGDA("Display thread received DISPLAY_START command from Camera HAL");
983 CAMHAL_LOGDA("Display thread received DISPLAY_STOP command from Camera HAL");
990 CAMHAL_LOGDA("Display thread received DISPLAY_EXIT command fro
[all...]
H A DAppCallbackNotifier.cpp328 switch(msg.command)
774 switch(msg.command)
1109 msg.command = AppCallbackNotifier::NOTIFIER_CMD_PROCESS_FRAME;
1165 msg.command = AppCallbackNotifier::NOTIFIER_CMD_PROCESS_EVENT;
1195 ///Retrieve the command from the command queue and process it
1205 switch(msg.command)
1209 CAMHAL_LOGI("Received NOTIFIER_EXIT command from Camera HAL");
1216 CAMHAL_LOGEA("Error: ProcessMsg() command from Camera HAL");
1248 msg.command
[all...]
/hardware/invensense/mlsdk/mllite/
H A Dmlsupervisor.c104 static int MLUpdateCompassCalibration3DOF(int command, long *data, argument
119 switch (command) {
/hardware/qcom/media/mm-core/omxcore/
H A DAndroid.mk81 # LIBRARY for command line test apps
/hardware/ril/include/telephony/
H A Dril.h57 RIL_E_FDN_CHECK_FAILURE = 14, /* command failed because recipient is not on FDN list */
267 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon299
269 char *path; /* "pathid" from TS 27.007 +CRSM command.
281 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon300
283 char *path; /* "pathid" from TS 27.007 +CRSM command.
1469 * keep SMS relay protocol link open (eg TS 27.005 AT+CMMS command)
1567 * values of "command" should be ignored or set to NULL
2496 * Requests to send a SAT/USAT envelope command to SIM.
2497 * The SAT/USAT envelope command refers to 3GPP TS 11.14 and 3GPP TS 31.111
2499 * "data" is a const char * containing SAT/USAT command
[all...]
/hardware/ril/mock-ril/src/cpp/
H A Dril.h57 RIL_E_FDN_CHECK_FAILURE = 14, /* command failed because recipient is not on FDN list */
267 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon423
269 char *path; /* "pathid" from TS 27.007 +CRSM command.
281 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon424
283 char *path; /* "pathid" from TS 27.007 +CRSM command.
1469 * keep SMS relay protocol link open (eg TS 27.005 AT+CMMS command)
1567 * values of "command" should be ignored or set to NULL
2496 * Requests to send a SAT/USAT envelope command to SIM.
2497 * The SAT/USAT envelope command refers to 3GPP TS 11.14 and 3GPP TS 31.111
2499 * "data" is a const char * containing SAT/USAT command
[all...]
/hardware/libhardware/include/hardware/
H A Daudio_effect.h115 // | | | command must specify a buffer descriptor
118 // | | | EFFECT_CMD_CONFIGURE command to request input.
123 // | | | command must specify a buffer descriptor
126 // | | | EFFECT_CMD_CONFIGURE command to request output
272 // buffer provider function installed by the EFFECT_CMD_CONFIGURE command.
274 // command is received and until the EFFECT_CMD_DISABLE is received. When the engine
275 // receives the EFFECT_CMD_DISABLE command it should turn off the effect gracefully
287 // If NULL, use the configuration passed by EFFECT_CMD_CONFIGURE command.
290 // If NULL, use the configuration passed by EFFECT_CMD_CONFIGURE command.
304 // Function: command
332 int32_t (*command)(effect_handle_t self, member in struct:effect_interface_s
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c297 * OMX_EventCmdComplete, component has sucessfully completed a command
589 int command = atoi(argv[5]); local
590 switch (command ) {
938 /* extract compression format from command line */
967 /* extract sampling rate from command line */
1036 printf("%d [G711 Dec Component] - send command to audio manager\n", __LINE__);
1213 switch (command)
1272 printf (" Sending Resume command to Codec \n");
1292 printf (" Sending Pause command to Codec \n");
1438 if(( command
[all...]
/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/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/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.c633 LOGV("Not connected to wpa_supplicant - \"%s\" command dropped.\n", cmd);
638 LOGD("'%s' command timed out.\n", cmd);
761 int wifi_command(const char *command, char *reply, size_t *reply_len) argument
763 return wifi_send_command(ctrl_conn, command, reply, reply_len);
/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...]

Completed in 2040 milliseconds

12