Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 162) sorted by relevance

1234567

/hardware/ril/reference-ril/
Datchannel.h90 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,
Datchannel.c672 static int at_send_command_full_nolock (const char *command, ATCommandType type, in at_send_command_full_nolock() argument
684 err = writeline (command); in at_send_command_full_nolock()
739 static int at_send_command_full (const char *command, ATCommandType type, in at_send_command_full() argument
756 err = at_send_command_full_nolock(command, type, in at_send_command_full()
782 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command() argument
786 err = at_send_command_full (command, NO_RESULT, NULL, in at_send_command()
793 int at_send_command_singleline (const char *command, in at_send_command_singleline() argument
799 err = at_send_command_full (command, SINGLELINE, responsePrefix, in at_send_command_singleline()
816 int at_send_command_numeric (const char *command, in at_send_command_numeric() argument
821 err = at_send_command_full (command, NUMERIC, NULL, in at_send_command_numeric()
[all …]
/hardware/qcom/display/msm8996/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback() argument
53 data.writeInt32(command); in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
73 notifyCallback(command, &data, reply); in onTransact()
DQService.cpp62 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch() argument
71 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command); in dispatch()
72 err = mClient->notifyCallback(command, inParcel, outParcel); in dispatch()
/hardware/qcom/display/msm8226/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback() argument
53 data.writeInt32(command); in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
73 notifyCallback(command, &data, reply); in onTransact()
DQService.cpp57 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch() argument
65 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command); in dispatch()
66 err = mClient->notifyCallback(command, inParcel, outParcel); in dispatch()
/hardware/qcom/display/msm8994/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback() argument
53 data.writeInt32(command); in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
73 notifyCallback(command, &data, reply); in onTransact()
DQService.cpp57 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch() argument
65 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command); in dispatch()
66 err = mClient->notifyCallback(command, inParcel, outParcel); in dispatch()
DQServiceUtils.h51 inline android::status_t sendSingleParam(uint32_t command, uint32_t value) { in sendSingleParam() argument
57 err = binder->dispatch(command, &inParcel , &outParcel); in sendSingleParam()
/hardware/qcom/display/msm8909/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback() argument
53 data.writeInt32(command); in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
73 notifyCallback(command, &data, reply); in onTransact()
DQService.cpp57 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch() argument
65 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command); in dispatch()
66 err = mClient->notifyCallback(command, inParcel, outParcel); in dispatch()
/hardware/qcom/display/msm8084/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback() argument
53 data.writeInt32(command); in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
73 notifyCallback(command, &data, reply); in onTransact()
DQService.cpp60 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch() argument
64 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command); in dispatch()
65 err = mClient->notifyCallback(command, inParcel, outParcel); in dispatch()
/hardware/qcom/display/msm8998/libqservice/
DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback() argument
53 data.writeInt32(command); in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local
73 notifyCallback(command, &data, reply); in onTransact()
DQService.cpp62 status_t QService::dispatch(uint32_t command, const Parcel* inParcel, in dispatch() argument
71 ALOGD_IF(QSERVICE_DEBUG, "Dispatching command: %d", command); in dispatch()
72 err = mClient->notifyCallback(command, inParcel, outParcel); in dispatch()
/hardware/interfaces/wifi/1.0/
DIWifiNanIface.hal48 * @param cmdId command Id to use for this invocation.
64 * @param cmdId command Id to use for this invocation.
81 * @param cmdId command Id to use for this invocation.
97 * @param cmdId command Id to use for this invocation.
110 * @param cmdId command Id to use for this invocation.
126 * @param cmdId command Id to use for this invocation.
141 * @param cmdId command Id to use for this invocation.
157 * @param cmdId command Id to use for this invocation.
172 * @param cmdId command Id to use for this invocation.
188 * @param cmdId command Id to use for this invocation.
[all …]
DIWifiNanIfaceEventCallback.hal35 * @param cmdId command Id corresponding to the original request.
46 * @param cmdId command Id corresponding to the original request.
60 * @param cmdId command Id corresponding to the original request.
72 * @param cmdId command Id corresponding to the original request.
83 * @param cmdId command Id corresponding to the original request.
98 * @param cmdId command Id corresponding to the original request.
110 * @param cmdId command Id corresponding to the original request.
125 * @param cmdId command Id corresponding to the original request.
137 * @param cmdId command Id corresponding to the original request.
152 * @param cmdId command Id corresponding to the original request.
[all …]
DIWifiStaIfaceEventCallback.hal24 * @param cmdId command ID corresponding to the request.
33 * @param cmdId command ID corresponding to the request.
47 * @param cmdId command ID corresponding to the request.
56 * @param cmdId command ID corresponding to the request.
DIWifiRttController.hal56 * @param cmdId command Id to use for this invocation.
72 * @param cmdId command Id corresponding to the original request.
101 * @param cmdId command Id to use for this invocation.
117 * @param cmdId command Id to use for this invocation.
145 * @param cmdId command Id to use for this invocation.
167 * @param cmdId command Id corresponding to the original request.
/hardware/libhardware/modules/soundtrigger/
Dsound_trigger_hw.c165 void write_bad_command_error(int conn_socket, char* command) { in write_bad_command_error() argument
166 int num = snprintf(tmp_write_buffer, PARSE_BUF_LEN, "Bad command received: %s", command); in write_bad_command_error()
519 char* command = strtok(buffer, " "); in get_command() local
520 char* newline = strchr(command, '\n'); in get_command()
524 return command; in get_command()
543 char* command = strtok(buffer, " \r\n"); in parse_socket_data() local
544 if (command == NULL) { in parse_socket_data()
545 write_bad_command_error(conn_socket, command); in parse_socket_data()
546 } else if (strncmp(command, COMMAND_LS, 2) == 0) { in parse_socket_data()
548 } else if (strcmp(command, COMMAND_RECOGNITION_TRIGGER) == 0) { in parse_socket_data()
[all …]
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsaucm_test.c164 char *command = NULL; in process_cmd() local
169 command = strtok_r(cmdStr, " ", &value); in process_cmd()
172 if (command == NULL) { in process_cmd()
178 if (strncmp(cmd->cmd_str, command, strlen(cmd->cmd_str)) == 0) in process_cmd()
183 fprintf(stderr, "Unknown command '%s'\n", command); in process_cmd()
/hardware/interfaces/radio/1.0/
DISapCallback.hal49 * @param resultCode ResultCode to indicate if command was processed correctly
56 * @param apduRsp APDU Response. Valid only if command was processed correctly and no error
67 * @param resultCode ResultCode to indicate if command was processed correctly
83 * @param resultCode ResultCode to indicate if command was processed correctly
98 * @param resultCode ResultCode to indicate if command was processed correctly
120 * @param resultCode ResultCode to indicate if command was processed correctly
143 * @param resultCode ResultCode to indicate if command was processed correctly
/hardware/ril/libril/
Dsap_service.cpp56 Return<void> apduReq(int32_t token, SapApduType type, const hidl_vec<uint8_t>& command);
267 Return<void> SapImpl::apduReq(int32_t token, SapApduType type, const hidl_vec<uint8_t>& command) { in apduReq() argument
281 if (command.size() > 0) { in apduReq()
282 req.command = (pb_bytes_array_t *)malloc(sizeof(pb_bytes_array_t) - 1 + command.size()); in apduReq()
283 if (req.command == NULL) { in apduReq()
288 req.command->size = command.size(); in apduReq()
289 memcpy(req.command->bytes, command.data(), command.size()); in apduReq()
295 sendFailedResponse(MsgId_RIL_SIM_SAP_APDU, token, 2, req.command, msg); in apduReq()
302 sendFailedResponse(MsgId_RIL_SIM_SAP_APDU, token, 2, req.command, msg); in apduReq()
311 sendFailedResponse(MsgId_RIL_SIM_SAP_APDU, token, 3, req.command, buffer, msg); in apduReq()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dmain.c444 static inline void process_command(uint32_t cmd_id, unsigned char *command) in process_command() argument
450 … WRITE_SVEN( SVEN_MODULE_EVENT_GV_FW_AUTOAPI_CMD,(int) cmd_id, (int) command, ((int *)command)[0], in process_command()
451 ((int *)command)[1], ((int *)command)[2], ((int *)command)[3] ); in process_command()
453 viddec_fw_api_array[groupid].unmarshal[funcid](0, command); in process_command()
/hardware/interfaces/bluetooth/1.0/
DIBluetoothHci.hal52 * Send an HCI command (as specified in the Bluetooth Specification
56 * @param command is the HCI command to be sent
59 sendHciCommand(HciPacket command);

1234567