Searched defs:command (Results 1 - 8 of 8) sorted by relevance

/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/ril/reference-ril/
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...]
H A Dril.h57 RIL_E_FDN_CHECK_FAILURE = 14, /* command failed because recipient is not on FDN list */
270 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon339
272 char *path; /* "pathid" from TS 27.007 +CRSM command.
284 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon340
286 char *path; /* "pathid" from TS 27.007 +CRSM command.
1497 * keep SMS relay protocol link open (eg TS 27.005 AT+CMMS command)
1595 * values of "command" should be ignored or set to NULL
2524 * Requests to send a SAT/USAT envelope command to SIM.
2525 * The SAT/USAT envelope command refers to 3GPP TS 11.14 and 3GPP TS 31.111
2527 * "data" is a const char * containing SAT/USAT command
[all...]
/hardware/libhardware_legacy/wifi/
H A Dwifi.c703 ALOGV("Not connected to wpa_supplicant - \"%s\" command dropped.\n", cmd);
708 ALOGD("'%s' command timed out.\n", cmd);
870 int wifi_command(const char *ifname, const char *command, char *reply, size_t *reply_len) argument
873 return wifi_send_command(PRIMARY, command, reply, reply_len);
875 return wifi_send_command(SECONDARY, command, reply, reply_len);
/hardware/libhardware/include/hardware/
H A Daudio_effect.h115 // | | | command must specify a buffer descriptor
118 // | | | EFFECT_CMD_SET_CONFIG command to request input.
123 // | | | command must specify a buffer descriptor
126 // | | | EFFECT_CMD_SET_CONFIG command to request output
283 // buffer provider function installed by the EFFECT_CMD_SET_CONFIG command.
285 // command is received and until the EFFECT_CMD_DISABLE is received. When the engine
286 // receives the EFFECT_CMD_DISABLE command it should turn off the effect gracefully
298 // If NULL, use the configuration passed by EFFECT_CMD_SET_CONFIG command.
301 // If NULL, use the configuration passed by EFFECT_CMD_SET_CONFIG command.
315 // Function: command
343 int32_t (*command)(effect_handle_t self, member in struct:effect_interface_s
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp306 // force routing command to audio hardware when starting a call
311 // force routing command to audio hardware when exiting a call
316 // force routing command to audio hardware when switching between telephony and VoIP
329 // force routing command to audio hardware when ending call
340 // delay the device change command by twice the output latency to have some margin
761 // the track stop() command is received and at that time the audio track buffer can
1422 String8 command; local
1429 command = mpClientInterface->getParameters(0, String8("test_cmd_policy"));
1430 AudioParameter param = AudioParameter(command);
1434 ALOGV("Test command
[all...]
/hardware/ril/include/telephony/
H A Dril.h57 RIL_E_FDN_CHECK_FAILURE = 14, /* command failed because recipient is not on FDN list */
270 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon152
272 char *path; /* "pathid" from TS 27.007 +CRSM command.
284 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon153
286 char *path; /* "pathid" from TS 27.007 +CRSM command.
1497 * keep SMS relay protocol link open (eg TS 27.005 AT+CMMS command)
1595 * values of "command" should be ignored or set to NULL
2524 * Requests to send a SAT/USAT envelope command to SIM.
2525 * The SAT/USAT envelope command refers to 3GPP TS 11.14 and 3GPP TS 31.111
2527 * "data" is a const char * containing SAT/USAT command
[all...]
/hardware/ril/mock-ril/src/cpp/
H A Dril.h57 RIL_E_FDN_CHECK_FAILURE = 14, /* command failed because recipient is not on FDN list */
270 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon277
272 char *path; /* "pathid" from TS 27.007 +CRSM command.
284 int command; /* one of the commands listed for TS 27.007 +CRSM*/ member in struct:__anon278
286 char *path; /* "pathid" from TS 27.007 +CRSM command.
1497 * keep SMS relay protocol link open (eg TS 27.005 AT+CMMS command)
1595 * values of "command" should be ignored or set to NULL
2524 * Requests to send a SAT/USAT envelope command to SIM.
2525 * The SAT/USAT envelope command refers to 3GPP TS 11.14 and 3GPP TS 31.111
2527 * "data" is a const char * containing SAT/USAT command
[all...]

Completed in 108 milliseconds