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

123

/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 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...]
H A Dril.h58 RIL_E_FDN_CHECK_FAILURE = 14, /* command failed because recipient is not on FDN list */
271 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon726
273 char *path; /* "pathid" from TS 27.007 +CRSM command.
285 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon727
287 char *path; /* "pathid" from TS 27.007 +CRSM command.
1632 * keep SMS relay protocol link open (eg TS 27.005 AT+CMMS command)
1730 * values of "command" should be ignored or set to NULL
2659 * Requests to send a SAT/USAT envelope command to SIM.
2660 * The SAT/USAT envelope command refers to 3GPP TS 11.14 and 3GPP TS 31.111
2662 * "data" is a const char * containing SAT/USAT command
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi.h90 * wifi_command() issues a command to the Wi-Fi driver.
99 * @param iface is the interface on which command is sent
100 * @param command is the string command
108 int wifi_command(const char *iface, 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/wpan/tools/FM/service/src/jni/
H A DJFmRxNative.cpp45 int command, long value);
1416 int command, long value)
1450 switch (command)
1456 (jint)command,
1463 (jint)command,
1470 (jint)command,
1477 (jint)command,
1484 (jint)command,
1491 (jint)command,
1498 (jint)command,
1415 nativeJFmRx_Callback(long context, int status, int command, long value) argument
[all...]
/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/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmRx.java84 void fmRxCmdEnable(JFmRx context, JFmRxStatus status, int command, long value); argument
86 void fmRxCmdDisable(JFmRx context, JFmRxStatus status, int command, long value); argument
88 void fmRxCmdSetBand(JFmRx context, JFmRxStatus status, int command, long value); argument
90 void fmRxCmdGetBand(JFmRx context, JFmRxStatus status, int command, long value); argument
92 void fmRxCmdSetMonoStereoMode(JFmRx context, JFmRxStatus status, int command, long value); argument
94 void fmRxCmdGetMonoStereoMode(JFmRx context, JFmRxStatus status, int command, long value); argument
96 void fmRxCmdGetMuteMode(JFmRx context, JFmRxStatus status, int command, long value); argument
98 void fmRxCmdSetMuteMode(JFmRx context, JFmRxStatus status, int command, long value); argument
100 void fmRxCmdSetRfDependentMuteMode(JFmRx context, JFmRxStatus status, int command, argument
103 void fmRxCmdGetRfDependentMuteMode(JFmRx context, JFmRxStatus status, int command, argument
106 fmRxCmdSetRssiThreshhold(JFmRx context, JFmRxStatus status, int command, long value) argument
108 fmRxCmdGetRssiThreshhold(JFmRx context, JFmRxStatus status, int command, long value) argument
110 fmRxCmdSetDeemphasisFilter(JFmRx context, JFmRxStatus status, int command, long value) argument
112 fmRxCmdGetDeemphasisFilter(JFmRx context, JFmRxStatus status, int command, long value) argument
114 fmRxCmdSetVolume(JFmRx context, JFmRxStatus status, int command, long value) argument
116 fmRxCmdGetVolume(JFmRx context, JFmRxStatus status, int command, long value) argument
118 fmRxCmdTune(JFmRx context, JFmRxStatus status, int command, long value) argument
120 fmRxCmdGetTunedFrequency(JFmRx context, JFmRxStatus status, int command, long value) argument
122 fmRxCmdSeek(JFmRx context, JFmRxStatus status, int command, long value) argument
124 fmRxCmdStopSeek(JFmRx context, JFmRxStatus status, int command, long value) argument
126 fmRxCmdGetRssi(JFmRx context, JFmRxStatus status, int command, long value) argument
128 fmRxCmdEnableRds(JFmRx context, JFmRxStatus status, int command, long value) argument
130 fmRxCmdDisableRds(JFmRx context, JFmRxStatus status, int command, long value) argument
132 fmRxCmdGetRdsSystem(JFmRx context, JFmRxStatus status, int command, long value) argument
134 fmRxCmdSetRdsSystem(JFmRx context, JFmRxStatus status, int command, long value) argument
136 fmRxCmdSetRdsGroupMask(JFmRx context, JFmRxStatus status, int command, long value) argument
138 fmRxCmdGetRdsGroupMask(JFmRx context, JFmRxStatus status, int command, long value) argument
140 fmRxCmdSetRdsAfSwitchMode(JFmRx context, JFmRxStatus status, int command, long value) argument
142 fmRxCmdGetRdsAfSwitchMode(JFmRx context, JFmRxStatus status, int command, long value) argument
144 fmRxCmdDisableAudio(JFmRx context, JFmRxStatus status, int command, long value) argument
146 fmRxCmdDestroy(JFmRx context, JFmRxStatus status, int command, long value) argument
148 fmRxCmdChangeDigitalAudioConfiguration(JFmRx context, JFmRxStatus status, int command, long value) argument
151 fmRxCmdEnableAudio(JFmRx context, JFmRxStatus status, int command, long AudioCmd) argument
153 fmRxCmdChangeAudioTarget(JFmRx context, JFmRxStatus status, int command, long AudioCmd) argument
155 fmRxCmdSetChannelSpacing(JFmRx context, JFmRxStatus status, int command, long value) argument
157 fmRxCmdGetChannelSpacing(JFmRx context, JFmRxStatus status, int command, long value) argument
162 fmRxCmdStopCompleteScan(JFmRx context, JFmRxStatus status, int command, long value) argument
164 fmRxCmdIsValidChannel(JFmRx context, JFmRxStatus status, int command, long value) argument
166 fmRxCmdGetFwVersion(JFmRx context, JFmRxStatus status, int command, long value) argument
168 fmRxCmdGetCompleteScanProgress(JFmRx context, JFmRxStatus status, int command, long value) argument
[all...]
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/
H A DStubFmService.java450 i.putExtra("command", "pause");
3262 i.putExtra("command", "pause");
4954 public void fmRxCmdEnable(JFmRx context, JFmRxStatus status, int command, argument
4958 Log.d(TAG, " fmRxCmdEnable ( command: , status: , value: )" + command
4979 public synchronized void fmRxCmdDisable(JFmRx context, JFmRxStatus status, int command, argument
4983 Log.d(TAG, " fmRxCmdDisable ( command: , status: , value: )" + command
5020 public void fmRxCmdDestroy(JFmRx context, JFmRxStatus status, int command, argument
5024 Log.d(TAG, " fmRxCmdDestroy ( command
5028 fmRxCmdDisableAudio(JFmRx context, JFmRxStatus status, int command, long value) argument
5036 fmRxCmdGetRdsAfSwitchMode(JFmRx context, JFmRxStatus status, int command, long value) argument
5078 fmRxCmdSetRdsAfSwitchMode(JFmRx context, JFmRxStatus status, int command, long value) argument
5107 fmRxCmdSetRdsSystem(JFmRx context, JFmRxStatus status, int command, long value) argument
5137 fmRxCmdGetRdsSystem(JFmRx context, JFmRxStatus status, int command, long value) argument
5170 fmRxCmdDisableRds(JFmRx context, JFmRxStatus status, int command, long value) argument
5199 fmRxCmdEnableRds(JFmRx context, JFmRxStatus status, int command, long value) argument
5227 fmRxCmdGetRdsGroupMask(JFmRx context, JFmRxStatus status, int command, long value) argument
5259 fmRxCmdSetRdsGroupMask(JFmRx context, JFmRxStatus status, int command, long value) argument
5285 fmRxCmdGetRssi(JFmRx context, JFmRxStatus status, int command, long value) argument
5317 fmRxCmdStopSeek(JFmRx context, JFmRxStatus status, int command, long value) argument
5342 fmRxCmdSeek(JFmRx context, JFmRxStatus status, int command, long value) argument
5359 fmRxCmdGetTunedFrequency(JFmRx context, JFmRxStatus status, int command, long value) argument
5392 fmRxCmdTune(JFmRx context, JFmRxStatus status, int command, long value) argument
5415 fmRxCmdGetVolume(JFmRx context, JFmRxStatus status, int command, long value) argument
5444 fmRxCmdSetVolume(JFmRx context, JFmRxStatus status, int command, long value) argument
5475 fmRxCmdGetDeemphasisFilter(JFmRx context, JFmRxStatus status, int command, long value) argument
5512 fmRxCmdSetDeemphasisFilter(JFmRx context, JFmRxStatus status, int command, long value) argument
5539 fmRxCmdGetRssiThreshhold(JFmRx context, JFmRxStatus status, int command, long value) argument
5573 fmRxCmdSetRssiThreshhold(JFmRx context, JFmRxStatus status, int command, long value) argument
5602 fmRxCmdGetRfDependentMuteMode(JFmRx context, JFmRxStatus status, int command, long value) argument
5640 fmRxCmdSetRfDependentMuteMode(JFmRx context, JFmRxStatus status, int command, long value) argument
5671 fmRxCmdSetMuteMode(JFmRx context, JFmRxStatus status, int command, long value) argument
5703 fmRxCmdGetMuteMode(JFmRx context, JFmRxStatus status, int command, long value) argument
5737 fmRxCmdGetMonoStereoMode(JFmRx context, JFmRxStatus status, int command, long value) argument
5770 fmRxCmdSetMonoStereoMode(JFmRx context, JFmRxStatus status, int command, long value) argument
5800 fmRxCmdGetBand(JFmRx context, JFmRxStatus status, int command, long value) argument
5833 fmRxCmdSetBand(JFmRx context, JFmRxStatus status, int command, long value) argument
5874 fmRxCmdChangeAudioTarget(JFmRx context, JFmRxStatus status, int command, long AudioCmd) argument
5882 fmRxCmdEnableAudio(JFmRx context, JFmRxStatus status, int command, long AudioCmd) argument
5890 fmRxCmdChangeDigitalAudioConfiguration(JFmRx context, JFmRxStatus status, int command, long value) argument
5899 fmRxCmdGetChannelSpacing(JFmRx context, JFmRxStatus status, int command, long value) argument
5934 fmRxCmdSetChannelSpacing(JFmRx context, JFmRxStatus status, int command, long value) argument
5961 fmRxCmdIsValidChannel(JFmRx context, JFmRxStatus status, int command, long value) argument
5986 fmRxCmdGetFwVersion(JFmRx context, JFmRxStatus status, int command, long value) argument
6006 fmRxCmdGetCompleteScanProgress(JFmRx context, JFmRxStatus status, int command, long value) argument
6045 fmRxCmdStopCompleteScan(JFmRx context, JFmRxStatus status, int command, long value) argument
[all...]
/hardware/samsung_slsi/exynos5/libkeymaster/
H A DtlcTeeKeymaster_if.c184 pTci->command.header.commandId = CMD_ID_TEE_RSA_GEN_KEY_PAIR;
293 pTci->command.header.commandId = CMD_ID_TEE_RSA_SIGN;
423 pTci->command.header.commandId = CMD_ID_TEE_RSA_VERIFY;
530 pTci->command.header.commandId = CMD_ID_TEE_HMAC_GEN_KEY;
634 pTci->command.header.commandId = CMD_ID_TEE_HMAC_SIGN;
762 pTci->command.header.commandId = CMD_ID_TEE_HMAC_VERIFY;
892 pTci->command.header.commandId = CMD_ID_TEE_KEY_IMPORT;
1004 pTci->command.header.commandId = CMD_ID_TEE_GET_PUB_KEY;
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:__anon891::__anon892
/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/qcom/media/mm-core/
H A DAndroid.mk77 # LIBRARY for command line test apps
/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/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/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp212 // initialize command handling thread
218 CAMHAL_LOGEA("Couldn't create command handler");
226 CAMHAL_LOGDA("command handler thread already runnning!!");
230 CAMHAL_LOGEA("Couldn't run command handlerthread");
959 ///Send FLUSH command to preview port
1172 msg.command = CommandHandler::CAMERA_SWITCH_TO_EXECUTING;
2282 msg.command = CommandHandler::CAMERA_PERFORM_AUTOFOCUS;
2313 msg.command = CommandHandler::CAMERA_START_IMAGE_CAPTURE;
2637 CAMHAL_LOGDB("OMX interface failed to execute OMX command %d", (int)nData1);
2730 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
391 msg.command = DisplayThread::DISPLAY_START;
393 // Send the semaphore to signal once the command is completed
441 msg.command = DisplayThread::DISPLAY_STOP;
443 // Send the semaphore to signal once the command is completed
971 switch ( msg.command )
976 CAMHAL_LOGDA("Display thread received DISPLAY_START command from Camera HAL");
987 CAMHAL_LOGDA("Display thread received DISPLAY_STOP command from Camera HAL");
994 CAMHAL_LOGDA("Display thread received DISPLAY_EXIT command fro
[all...]
H A DAppCallbackNotifier.cpp332 switch(msg.command)
857 switch(msg.command)
1192 msg.command = AppCallbackNotifier::NOTIFIER_CMD_PROCESS_FRAME;
1248 msg.command = AppCallbackNotifier::NOTIFIER_CMD_PROCESS_EVENT;
1278 ///Retrieve the command from the command queue and process it
1288 switch(msg.command)
1292 CAMHAL_LOGDA("Received NOTIFIER_EXIT command from Camera HAL");
1299 CAMHAL_LOGEA("Error: ProcessMsg() command from Camera HAL");
1331 msg.command
[all...]
/hardware/libhardware_legacy/wifi/
H A Dwifi.c713 ALOGV("Not connected to wpa_supplicant - \"%s\" command dropped.\n", cmd);
718 ALOGD("'%s' command timed out.\n", cmd);
876 int wifi_command(const char *ifname, const char *command, char *reply, size_t *reply_len) argument
879 return wifi_send_command(PRIMARY, command, reply, reply_len);
881 return wifi_send_command(SECONDARY, command, reply, reply_len);
/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.mk79 # LIBRARY for command line test apps
/hardware/ril/include/telephony/
H A Dril.h58 RIL_E_FDN_CHECK_FAILURE = 14, /* command failed because recipient is not on FDN list */
271 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon583
273 char *path; /* "pathid" from TS 27.007 +CRSM command.
285 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon584
287 char *path; /* "pathid" from TS 27.007 +CRSM command.
1632 * keep SMS relay protocol link open (eg TS 27.005 AT+CMMS command)
1730 * values of "command" should be ignored or set to NULL
2659 * Requests to send a SAT/USAT envelope command to SIM.
2660 * The SAT/USAT envelope command refers to 3GPP TS 11.14 and 3GPP TS 31.111
2662 * "data" is a const char * containing SAT/USAT command
[all...]

Completed in 1083 milliseconds

123