/hardware/ril/reference-ril/ |
D | atchannel.h | 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,
|
D | atchannel.c | 721 static int at_send_command_full_nolock (const char *command, ATCommandType type, in at_send_command_full_nolock() argument 735 err = writeline (command); in at_send_command_full_nolock() 796 static int at_send_command_full (const char *command, ATCommandType type, in at_send_command_full() argument 809 err = at_send_command_full_nolock(command, type, in at_send_command_full() 832 int at_send_command (const char *command, ATResponse **pp_outResponse) in at_send_command() argument 836 err = at_send_command_full (command, NO_RESULT, NULL, in at_send_command() 843 int at_send_command_singleline (const char *command, in at_send_command_singleline() argument 849 err = at_send_command_full (command, SINGLELINE, responsePrefix, in at_send_command_singleline() 866 int at_send_command_numeric (const char *command, in at_send_command_numeric() argument 871 err = at_send_command_full (command, NUMERIC, NULL, in at_send_command_numeric() [all …]
|
/hardware/ti/wpan/tools/FM/service/src/jni/ |
D | JFmRxNative.cpp | 45 int command, long value); 1416 int command, long value) in nativeJFmRx_Callback() argument 1450 switch (command) in nativeJFmRx_Callback() 1456 (jint)command, in nativeJFmRx_Callback() 1463 (jint)command, in nativeJFmRx_Callback() 1470 (jint)command, in nativeJFmRx_Callback() 1477 (jint)command, in nativeJFmRx_Callback() 1484 (jint)command, in nativeJFmRx_Callback() 1491 (jint)command, in nativeJFmRx_Callback() 1498 (jint)command, in nativeJFmRx_Callback() [all …]
|
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/ |
D | JFmRx.java | 84 void fmRxCmdEnable(JFmRx context, JFmRxStatus status, int command, long value); in fmRxCmdEnable() argument 86 void fmRxCmdDisable(JFmRx context, JFmRxStatus status, int command, long value); in fmRxCmdDisable() argument 88 void fmRxCmdSetBand(JFmRx context, JFmRxStatus status, int command, long value); in fmRxCmdSetBand() argument 90 void fmRxCmdGetBand(JFmRx context, JFmRxStatus status, int command, long value); in fmRxCmdGetBand() argument 92 void fmRxCmdSetMonoStereoMode(JFmRx context, JFmRxStatus status, int command, long value); in fmRxCmdSetMonoStereoMode() argument 94 void fmRxCmdGetMonoStereoMode(JFmRx context, JFmRxStatus status, int command, long value); in fmRxCmdGetMonoStereoMode() argument 96 void fmRxCmdGetMuteMode(JFmRx context, JFmRxStatus status, int command, long value); in fmRxCmdGetMuteMode() argument 98 void fmRxCmdSetMuteMode(JFmRx context, JFmRxStatus status, int command, long value); in fmRxCmdSetMuteMode() argument 100 void fmRxCmdSetRfDependentMuteMode(JFmRx context, JFmRxStatus status, int command, in fmRxCmdSetRfDependentMuteMode() argument 103 void fmRxCmdGetRfDependentMuteMode(JFmRx context, JFmRxStatus status, int command, in fmRxCmdGetRfDependentMuteMode() argument [all …]
|
/hardware/libhardware_legacy/qemu/ |
D | qemu.c | 330 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/ |
D | OMX_WbAmrEnc_CompThread.c | 102 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/ |
D | alsaucm_test.c | 164 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/ti/wpan/tools/FM/service/src/java/com/ti/server/ |
D | StubFmService.java | 4954 public void fmRxCmdEnable(JFmRx context, JFmRxStatus status, int command, in fmRxCmdEnable() argument 4958 Log.d(TAG, " fmRxCmdEnable ( command: , status: , value: )" + command in fmRxCmdEnable() 4979 public synchronized void fmRxCmdDisable(JFmRx context, JFmRxStatus status, int command, in fmRxCmdDisable() argument 4983 Log.d(TAG, " fmRxCmdDisable ( command: , status: , value: )" + command in fmRxCmdDisable() 5020 public void fmRxCmdDestroy(JFmRx context, JFmRxStatus status, int command, in fmRxCmdDestroy() argument 5024 Log.d(TAG, " fmRxCmdDestroy ( command: , status: , value: )" + command in fmRxCmdDestroy() 5029 int command, long value) { in fmRxCmdDisableAudio() argument 5033 + command + "" + status + "" + value); in fmRxCmdDisableAudio() 5037 int command, long value) { in fmRxCmdGetRdsAfSwitchMode() argument 5042 + command + "" + status + "" + value); in fmRxCmdGetRdsAfSwitchMode() [all …]
|
/hardware/samsung_slsi/exynos5/libkeymaster/ |
D | tlcTeeKeymaster_if.c | 184 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()
|
D | tlTeeKeymaster_Api.h | 228 command_t command; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/ |
D | G729DecTest.c | 169 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/ |
D | wifi.h | 107 int wifi_command(const char *command, char *reply, size_t *reply_len);
|
/hardware/ti/omap4xxx/libtiutils/ |
D | MessageQueue.cpp | 135 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()
|
D | MessageQueue.h | 55 unsigned int command; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
D | WBAmrDecTest.c | 644 int command; local 645 command = atoi(argv[6]); 647 switch (command ) { 1217 if((command == 13)){ 1321 if(command != 13){ 1343 if( ((2==command) || (4==command) ) && (50 == frmCount)){ /*Stop Tests*/ 1399 if(3 == command){ /*Pause Test*/ 1409 else if ( 10 == command ){ /*Mute and UnMuteTest*/ 1431 else if ( 11 == command ) { /*Set Volume Test*/ 1451 else if (command == 12) { /* frame lost test */ [all …]
|
/hardware/ti/wlan/mac80211/ti-utils/ |
D | calibrator.c | 286 const char *command, *section; in __handle_cmd() local 362 command = *argv; in __handle_cmd() 374 if (strcmp(cmd->name, command)) { in __handle_cmd()
|
/hardware/ti/wpan/ |
D | .gitignore | 7 # command after changing this file, to see if there are
|
/hardware/broadcom/wlan/ |
D | .gitignore | 7 # command after changing this file, to see if there are
|
/hardware/ti/wlan/ |
D | .gitignore | 7 # command after changing this file, to see if there are
|
/hardware/ti/omap4xxx/camera/ |
D | ANativeWindowDisplayAdapter.cpp | 212 msg.command = DisplayThread::DISPLAY_EXIT; in ~ANativeWindowDisplayAdapter() 391 msg.command = DisplayThread::DISPLAY_START; in enableDisplay() 441 msg.command = DisplayThread::DISPLAY_STOP; in disableDisplay() 971 switch ( msg.command ) in processHalMsg() 1005 CAMHAL_LOGEB("Invalid Display Thread Command 0x%x.", msg.command); in processHalMsg()
|
D | AppCallbackNotifier.cpp | 332 switch(msg.command) in notifyEvent() 857 switch(msg.command) in notifyFrame() 1192 msg.command = AppCallbackNotifier::NOTIFIER_CMD_PROCESS_FRAME; in frameCallback() 1248 msg.command = AppCallbackNotifier::NOTIFIER_CMD_PROCESS_EVENT; in eventCallback() 1288 switch(msg.command) in processMessage() 1331 msg.command = NotificationThread::NOTIFIER_EXIT; in ~AppCallbackNotifier()
|
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/ |
D | readme.txt | 20 For Angstrom, the following command should be done,
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXCameraAdapter.cpp | 1172 msg.command = CommandHandler::CAMERA_SWITCH_TO_EXECUTING; in switchToExecuting() 2282 msg.command = CommandHandler::CAMERA_PERFORM_AUTOFOCUS; in autoFocus() 2313 msg.command = CommandHandler::CAMERA_START_IMAGE_CAPTURE; in takePicture() 2730 if( ( msg->command != 0 || msg->command == ( unsigned int ) ( eEvent ) ) in SignalEvent() 2758 msg.command = OMXCallbackHandler::CAMERA_FOCUS_STATUS; in SignalEvent() 2789 if( ( msg->command != 0 || msg->command == ( unsigned int ) ( eEvent ) ) in RemoveEvent() 2827 msg->command = ( unsigned int ) eEvent; in RegisterForEvent() 2914 msg.command = OMXCameraAdapter::OMXCallbackHandler::CAMERA_FILL_BUFFER_DONE; in OMXCameraAdapterFillBufferDone() 3356 CAMHAL_LOGDB("msg.command = %d", msg.command); in Handler() 3357 switch ( msg.command ) { in Handler() [all …]
|
/hardware/qcom/msm8x74/kernel-headers/media/ |
D | msmb_camera.h | 97 unsigned int command; member
|
/hardware/qcom/msm8x74/original-kernel-headers/media/ |
D | msmb_camera.h | 101 unsigned int command; member
|