Searched defs:command (Results 51 - 69 of 69) sorted by relevance

123

/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsmb_camera.h101 unsigned int command; member in struct:msm_v4l2_event_data
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsmb_camera.h75 /* data.command */
105 unsigned int command; member in struct:msm_v4l2_event_data
/hardware/ril/reference-ril/
H A Datchannel.c131 again before passing on to the command issuer */
239 /* no command pending */
286 RLOGE("Unsupported AT command type %d\n", s_type);
600 /* FIXME is it ok to call this from the reader and the command thread? */
672 static int at_send_command_full_nolock (const char *command, ATCommandType type, argument
684 err = writeline (command);
739 static int at_send_command_full (const char *command, ATCommandType type, argument
756 err = at_send_command_full_nolock(command, type,
774 * Issue a single normal AT command with no intermediate response expected
776 * "command" shoul
782 at_send_command(const char *command, ATResponse **pp_outResponse) argument
793 at_send_command_singleline(const char *command, const char *responsePrefix, ATResponse **pp_outResponse) argument
816 at_send_command_numeric(const char *command, ATResponse **pp_outResponse) argument
838 at_send_command_sms(const char *command, const char *pdu, const char *responsePrefix, ATResponse **pp_outResponse) argument
862 at_send_command_multiline(const char *command, const char *responsePrefix, ATResponse **pp_outResponse) argument
[all...]
H A Dril.h141 RIL_E_FDN_CHECK_FAILURE = 14, /* command failed because recipient is not on FDN list */
312 // occurs in any previous command the RIL_RadioAccessesFamily and
315 // returned by this command will generally be ignored or may
605 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon4535
607 char *path; /* "pathid" from TS 27.007 +CRSM command.
619 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon4536
621 char *path; /* "pathid" from TS 27.007 +CRSM command.
636 int sessionid; /* "sessionid" from TS 27.007 +CGLA command. Should be
637 ignored for +CSIM command. */
639 /* Following fields are used to derive the APDU ("command" an
[all...]
/hardware/interfaces/audio/effect/2.0/default/
H A DEffect.cpp262 return analyzeStatus("command", commandName, context, status);
288 status_t status = (*mHandle)->command(
427 status_t status = (*mHandle)->command(mHandle, commandCode, size, data, 0, NULL);
442 status_t status = (*mHandle)->command(mHandle, commandCode, size, data, replySize, replyData);
468 (*mHandle)->command(mHandle, commandCode, size, data, replySize, replyData);
662 Return<void> Effect::command( function in class:android::hardware::audio::Effect
675 status_t status = (*mHandle)->command(
/hardware/interfaces/graphics/composer/2.1/default/
H A DComposerClient.cpp529 IComposerClient::Command command; local
533 if (!beginCommand(&command, &length)) {
537 bool parsed = parseCommand(command, length);
541 ALOGE("failed to parse command 0x%x, length %" PRIu16,
542 command, length);
551 IComposerClient::Command command, uint16_t length) {
552 switch (command) {
550 parseCommand( IComposerClient::Command command, uint16_t length) argument
H A DIComposerCommandBuffer.h53 // This class helps build a command queue. Note that all sizes/lengths are in
465 void beginCommand(IComposerClient::Command command, uint16_t length) argument
468 LOG_FATAL("endCommand was not called before command 0x%x",
469 command);
473 write(static_cast<uint32_t>(command) | length);
626 // end offset of the current command
635 // This class helps parse a command queue. Note that all sizes/lengths are in
704 LOG_FATAL("endCommand was not called for last command");
718 ALOGE("command 0x%x has invalid command lengt
[all...]
/hardware/libhardware/modules/soundtrigger/
H A Dsound_trigger_hw.c19 * To send a trigger from the command line you can type:
31 * To enable this file, you can make with command line parameter
52 #define ERROR_BAD_COMMAND "Bad command"
165 void write_bad_command_error(int conn_socket, char* command) { argument
166 int num = snprintf(tmp_write_buffer, PARSE_BUF_LEN, "Bad command received: %s", command);
519 char* command = strtok(buffer, " "); local
520 char* newline = strchr(command, '\n');
524 return command;
543 char* command local
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_session.cpp676 android::status_t HWCSession::notifyCallback(uint32_t command, const android::Parcel *input_parcel, argument
682 switch (command) {
778 DLOGW("QService command = %d is not supported", command);
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsmb_camera.h112 unsigned int command; member in struct:msm_v4l2_event_data
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsmb_camera.h88 /* data.command */
121 unsigned int command; member in struct:msm_v4l2_event_data
/hardware/intel/bootstub/
H A Dbootparam.h69 __u32 command; member in struct:ist_info
/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c66 int (*command)(effect_context_t *context, uint32_t cmdCode, uint32_t cmdSize, member in struct:effect_ops_s
78 bool offload_enabled; /* when offload is enabled we process VISUALIZER_CMD_CAPTURE command.
79 Otherwise non offloaded visualizer has already processed the command
932 ALOGW("%s invalid command %d", __func__, cmdCode);
974 context->ops.command = visualizer_command;
1106 // "%s command %d cmdSize %d", __func__, cmdCode, cmdSize);
1245 if (cmdCode >= EFFECT_CMD_FIRST_PROPRIETARY && context->ops.command)
1246 status = context->ops.command(context, cmdCode, cmdSize,
1249 ALOGW("%s invalid command %d", __func__, cmdCode);
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_session.cpp752 android::status_t HWCSession::notifyCallback(uint32_t command, const android::Parcel *input_parcel, argument
758 switch (command) {
858 DLOGW("QService command = %d is not supported", command);
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_session.cpp681 android::status_t HWCSession::notifyCallback(uint32_t command, const android::Parcel *input_parcel, argument
687 switch (command) {
787 DLOGW("QService command = %d is not supported", command);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_session.cpp749 android::status_t HWCSession::notifyCallback(uint32_t command, const android::Parcel *input_parcel, argument
755 switch (command) {
855 DLOGW("QService command = %d is not supported", command);
/hardware/qcom/audio/hal/
H A Daudio_hw.c1157 * Enable device command should be sent to modem only after
1337 static int send_offload_cmd_l(struct stream_out* out, int command) argument
1341 ALOGVV("%s %d", __func__, command);
1343 cmd->cmd = command;
1437 ALOGE("%s unknown command received: %d", __func__, cmd->cmd);
/hardware/ril/libril/
H A Dril_service.cpp274 const ::android::hardware::hidl_string& command);
1122 rilIccIo.command = iccIo.command;
1445 Return<void> RadioImpl::sendEnvelope(int32_t serial, const hidl_string& command) { argument
1450 command.c_str());
/hardware/ril/include/telephony/
H A Dril.h141 RIL_E_FDN_CHECK_FAILURE = 14, /* command failed because recipient is not on FDN list */
312 // occurs in any previous command the RIL_RadioAccessesFamily and
315 // returned by this command will generally be ignored or may
605 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon4331
607 char *path; /* "pathid" from TS 27.007 +CRSM command.
619 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon4332
621 char *path; /* "pathid" from TS 27.007 +CRSM command.
636 int sessionid; /* "sessionid" from TS 27.007 +CGLA command. Should be
637 ignored for +CSIM command. */
639 /* Following fields are used to derive the APDU ("command" an
[all...]

Completed in 618 milliseconds

123