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

1234

/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.c68 * for current pending command
129 again before passing on to the command issuer */
237 /* no command pending */
284 RLOGE("Unsupported AT command type %d\n", s_type);
597 /* FIXME is it ok to call this from the reader and the command thread? */
669 static int at_send_command_full_nolock (const char *command, ATCommandType type, argument
683 err = writeline (command);
744 static int at_send_command_full (const char *command, ATCommandType type, argument
757 err = at_send_command_full_nolock(command, type,
772 * Issue a single normal AT command wit
780 at_send_command(const char *command, ATResponse **pp_outResponse) argument
791 at_send_command_singleline(const char *command, const char *responsePrefix, ATResponse **pp_outResponse) argument
814 at_send_command_numeric(const char *command, ATResponse **pp_outResponse) argument
836 at_send_command_sms(const char *command, const char *pdu, const char *responsePrefix, ATResponse **pp_outResponse) argument
860 at_send_command_multiline(const char *command, const char *responsePrefix, ATResponse **pp_outResponse) argument
[all...]
/hardware/qcom/display/msm8226/libqservice/
H A DQService.cpp55 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, argument
59 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command);
60 err = mClient->notifyCallback(command, inParcel, outParcel);
H A DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, argument
53 data.writeInt32(command);
72 uint32_t command = data.readInt32(); local
73 notifyCallback(command, &data, reply);
H A DIQClient.h36 virtual android::status_t notifyCallback(uint32_t command,
H A DQService.h49 virtual android::status_t dispatch(uint32_t command,
H A DQServiceUtils.h51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) { argument
57 err = binder->dispatch(command, &inParcel , &outParcel);
H A DIQService.h64 // The type of command decides how the data is parceled
65 virtual android::status_t dispatch(uint32_t command,
/hardware/qcom/display/msm8084/libqservice/
H A DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, argument
53 data.writeInt32(command);
72 uint32_t command = data.readInt32(); local
73 notifyCallback(command, &data, reply);
H A DQService.cpp60 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, argument
64 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command);
65 err = mClient->notifyCallback(command, inParcel, outParcel);
H A DIQClient.h36 virtual android::status_t notifyCallback(uint32_t command,
H A DQService.h50 virtual android::status_t dispatch(uint32_t command,
H A DQServiceUtils.h51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) { argument
57 err = binder->dispatch(command, &inParcel , &outParcel);
H A DIQService.h72 // The type of command decides how the data is parceled
73 virtual android::status_t dispatch(uint32_t command,
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi.h89 * wifi_command() issues a command to the Wi-Fi driver.
98 * @param command is the string command (preallocated with 32 bytes)
99 * @param commandlen is command buffer length
107 int wifi_command(const char *command, char *reply, size_t *reply_len);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_qclient.h50 virtual android::status_t notifyCallback(uint32_t command,
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_qclient.h50 virtual android::status_t notifyCallback(uint32_t command,
/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/omap4-aah/libtiutils/
H A DMessageQueue.h42 unsigned int command; member in struct:Ti::Utils::Message
/hardware/ti/omap4xxx/libtiutils/
H A DMessageQueue.h55 unsigned int command; member in struct:TIUTILS::Message
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dlink_layer_stats.cpp88 GetLinkStatsCommand command(iface, handler);
89 return (wifi_error) command.requestResponse();
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dall_builds.py10 def RunCommand(command):
11 run = subprocess.Popen(command, shell=True)
/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/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/qcom/audio/post_proc/
H A Dbundle.h66 int (*command)(effect_context_t *context, uint32_t cmdCode, uint32_t cmdSize, member in struct:effect_ops_s

Completed in 3671 milliseconds

1234