Searched refs:command (Results 1 - 25 of 69) 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 ALOGE("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/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/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/wlan/wl1271/TWD/Ctrl/Export_Inc/
H A DCmdQueue_api.h110 * \brief Prepere the command queue for recovery.
142 * \param fCb - The command's Cb function
143 * \param hCb - The command's Cb handle
157 * \param fCb - The command's Cb function
158 * \param hCb - The command's Cb handle
169 * \brief Sends the command to the cmdMbox
172 * \param eMboxCmdType - The command type
173 * \param pMboxBuf - The command itself (parameters)
174 * \param uParamsLen - The command's length
175 * \param fCb - The command'
[all...]
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/Export_Inc/
H A DCmdMBox_api.h50 typedef TI_STATUS (*TCmdMboxErrorCb) (TI_HANDLE hCmdQueue, TI_UINT32 command, TI_UINT32 status, void *param);
117 * Called from HwInit to read the command mailbox address.
151 * \brief Read the command's result
157 * This function is called for FwEvent module uppon receiving command complete interrupt.
195 * \brief Return the latest command status
228 * Copying the command's data to pParamBuf
/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:__anon1508::__anon1509
/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdQueue.c36 * \brief Handle the wlan command queue
227 * in the queue after sending a previous command.
228 * There is no need to send another awake command to TwIf.
257 /* send the command to TNET */
282 /* We are in the middle of other command transaction so there is nothing top be done */
304 * Delete the command from the queue before calling a callback
316 /* Read the latest command return status */
338 /* If the command had a CB, then call it with the proper results buffer */
366 /* If queue isn't empty, send the next command */
372 /* If queue is empty, we can permit TwIf to send sleep a command i
769 cmdQueue_Error(TI_HANDLE hCmdQueue, TI_UINT32 command, TI_UINT32 status, void *param) argument
[all...]
/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/gps/loc_api/libloc_api_50001/
H A Dloc.cpp140 static bool loc_inject_raw_command(char* command, int length);
838 static bool loc_inject_raw_command(char* command, int length) argument
841 int ret_val = loc_eng_inject_raw_command(loc_afw_data, command, length);
H A Dloc_eng.h180 char* command, int length);
/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...]
/hardware/libhardware_legacy/wifi/
H A Dwifi.c694 ALOGV("Not connected to wpa_supplicant - \"%s\" command dropped.\n", cmd);
699 ALOGD("'%s' command timed out.\n", cmd);
861 int wifi_command(const char *ifname, const char *command, char *reply, size_t *reply_len) argument
864 return wifi_send_command(PRIMARY, command, reply, reply_len);
866 return wifi_send_command(SECONDARY, command, reply, reply_len);

Completed in 415 milliseconds

123