Home
last modified time | relevance | path

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

1234

/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.c669 static int at_send_command_full_nolock (const char *command, ATCommandType type, in at_send_command_full_nolock() argument
683 err = writeline (command); in at_send_command_full_nolock()
744 static int at_send_command_full (const char *command, ATCommandType type, in at_send_command_full() argument
757 err = at_send_command_full_nolock(command, type, in at_send_command_full()
780 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command() argument
784 err = at_send_command_full (command, NO_RESULT, NULL, in at_send_command()
791 int at_send_command_singleline (const char *command, in at_send_command_singleline() argument
797 err = at_send_command_full (command, SINGLELINE, responsePrefix, in at_send_command_singleline()
814 int at_send_command_numeric (const char *command, in at_send_command_numeric() argument
819 err = at_send_command_full (command, NUMERIC, NULL, in at_send_command_numeric()
[all …]
/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()
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()
DIQService.cpp64 virtual android::status_t dispatch(uint32_t command, const Parcel* inParcel, in dispatch() argument
73 err = remote()->transact(command, data, reply); in dispatch()
DIQClient.h36 virtual android::status_t notifyCallback(uint32_t command,
/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()
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()
DIQService.cpp55 virtual android::status_t dispatch(uint32_t command, const Parcel* inParcel, in dispatch() argument
64 err = remote()->transact(command, data, reply); in dispatch()
DQService.h49 virtual android::status_t dispatch(uint32_t command,
DIQClient.h36 virtual android::status_t notifyCallback(uint32_t command,
/hardware/libhardware_legacy/qemu/
Dqemu.c330 char command[256]; in qemu_control_command() local
334 len = qemu_command_vformat( command, sizeof command, fmt, args ); in qemu_control_command()
337 if (len < 0 || len >= (int)sizeof command) { in qemu_control_command()
341 D("%s: too large %d > %d", __FUNCTION__, len, (int)(sizeof command)); in qemu_control_command()
347 return qemu_control_send( command, len ); in qemu_control_command()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
DOMX_WbAmrEnc_CompThread.c102 OMX_COMMANDTYPE command; in WBAMRENC_CompThread() local
182 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command)); in WBAMRENC_CompThread()
198 nRet = WBAMRENC_HandleCommand(pComponentPrivate, command, commandData); in WBAMRENC_CompThread()
/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/broadcom/wlan/bcmdhd/wifi_hal/
Dlink_layer_stats.cpp88 GetLinkStatsCommand command(iface, handler); in wifi_get_link_stats() local
89 return (wifi_error) command.requestResponse(); in wifi_get_link_stats()
Dwifi_hal.cpp712 GetFeatureSetCommand command(handle, FEATURE_SET, set, NULL, NULL, 1); in wifi_get_supported_feature_set() local
713 return (wifi_error) command.requestResponse(); in wifi_get_supported_feature_set()
719 GetFeatureSetCommand command(handle, FEATURE_SET_MATRIX, NULL, set, set_size, set_size_max); in wifi_get_concurrency_matrix() local
720 return (wifi_error) command.requestResponse(); in wifi_get_concurrency_matrix()
725 SetPnoMacAddrOuiCommand command(handle, scan_oui); in wifi_set_scanning_mac_oui() local
726 return (wifi_error)command.start(); in wifi_set_scanning_mac_oui()
732 SetNodfsCommand command(handle, nodfs); in wifi_set_nodfs_flag() local
733 return (wifi_error) command.requestResponse(); in wifi_set_nodfs_flag()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
Dall_builds.py10 def RunCommand(command): argument
11 run = subprocess.Popen(command, shell=True)
/hardware/samsung_slsi/exynos5/libkeymaster/
DtlcTeeKeymaster_if.c184 pTci->command.header.commandId = CMD_ID_TEE_RSA_GEN_KEY_PAIR; in TEE_RSAGenerateKeyPair()
293 pTci->command.header.commandId = CMD_ID_TEE_RSA_SIGN; in TEE_RSASign()
423 pTci->command.header.commandId = CMD_ID_TEE_RSA_VERIFY; in TEE_RSAVerify()
530 pTci->command.header.commandId = CMD_ID_TEE_HMAC_GEN_KEY; in TEE_HMACKeyGenerate()
634 pTci->command.header.commandId = CMD_ID_TEE_HMAC_SIGN; in TEE_HMACSign()
762 pTci->command.header.commandId = CMD_ID_TEE_HMAC_VERIFY; in TEE_HMACVerify()
892 pTci->command.header.commandId = CMD_ID_TEE_KEY_IMPORT; in TEE_KeyImport()
1004 pTci->command.header.commandId = CMD_ID_TEE_GET_PUB_KEY; in TEE_GetPubKey()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
DG729DecTest.c169 int command = 0; variable
354 if (command == 0){ in EmptyBufferDone()
544 command = atoi(argv[3]); in main()
546 switch (command ) { in main()
1100 if( ((2==command) || (4==command)) && (600 == frmCount)){ /*Stop Tests*/ in main()
1120 if(3 == command){ /*Pause Test*/ in main()
1130 else if ( 7 == command ){ /*Mute and UnMuteTest*/ in main()
1153 else if ( 8 == command ) { /*Set Volume Test*/ in main()
1212 …if((command == 2) || (( command == 5)&&(audioinfo->dasfMode == 0)) || (( command == 6)&&(audioinfo… in main()
1362 if (command == 0){ in send_input_buffer()
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi.h107 int wifi_command(const char *command, char *reply, size_t *reply_len);
/hardware/ti/omap4-aah/libtiutils/
DMessageQueue.cpp136 MSGQ_LOGDB("MQ.get(%d,%p,%p,%p,%p)", msg->command, msg->arg1,msg->arg2,msg->arg3,msg->arg4); in get()
210 MSGQ_LOGDB("MQ.put(%d,%p,%p,%p,%p)", msg->command, msg->arg1,msg->arg2,msg->arg3,msg->arg4); in put()
/hardware/ti/omap4xxx/libtiutils/
DMessageQueue.cpp135 MSGQ_LOGDB("MQ.get(%d,%p,%p,%p,%p)", msg->command, msg->arg1,msg->arg2,msg->arg3,msg->arg4); in get()
209 MSGQ_LOGDB("MQ.put(%d,%p,%p,%p,%p)", msg->command, msg->arg1,msg->arg2,msg->arg3,msg->arg4); in put()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_qclient.h50 virtual android::status_t notifyCallback(uint32_t command,

1234