Searched defs:cmd (Results 1 - 25 of 179) sorted by relevance

12345678

/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_cmd.h24 typedef struct cmd cmd_t;
25 typedef int (cmd_func_t)(void *dhd, cmd_t *cmd, char **argv);
28 struct cmd { struct
46 extern int dhd_get(void *dhd, int cmd, void *buf, int len);
47 extern int dhd_set(void *dhd, int cmd, void *buf, int len);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dmessage_queue.h40 unsigned int cmd; member in struct:video_msgq
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Dqueue.h40 unsigned int cmd; member in struct:video_msgq
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dmessage_queue.h39 unsigned int cmd; member in struct:video_msgq
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
H A Dqueue.h39 unsigned int cmd; member in struct:video_msgq
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dmessage_queue.h39 unsigned int cmd; member in struct:video_msgq
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
H A Dqueue.h39 unsigned int cmd; member in struct:video_msgq
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dmessage_queue.h39 unsigned int cmd; member in struct:video_msgq
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
H A Dqueue.h39 unsigned int cmd; member in struct:video_msgq
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
H A Dmessage_queue.h39 unsigned int cmd; member in struct:video_msgq
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/inc/
H A Dqueue.h39 unsigned int cmd; member in struct:video_msgq
/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraCmdThread.cpp107 * DESCRIPTION: name the cmd thread
129 * @cmd : command to be executed.
130 * @sync_cmd: flag to indicate if this is a synchorinzed cmd. If true, this call
132 * @priority: flag to indicate if this is a cmd with priority. If true, the cmd
139 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority) argument
147 node->cmd = cmd;
172 * DESCRIPTION: dequeue a cmommand from cmd queue
176 * RETURN : cmd dequeue
180 camera_cmd_type_t cmd = CAMERA_CMD_TYPE_NONE; local
[all...]
H A DQCameraCmdThread.h55 camera_cmd_type_t cmd; member in struct:qcamera::__anon2459
66 int32_t sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority);
69 QCameraQueue cmd_queue; /* cmd queue */
70 pthread_t cmd_pid; /* cmd thread ID */
71 cam_semaphore_t cmd_sem; /* semaphore for cmd thread */
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcommon.cpp52 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg) argument
62 info->event_cb[info->num_event_cb].nl_cmd = cmd;
68 arg, func, cmd, info->num_event_cb);
103 void wifi_unregister_handler(wifi_handle handle, int cmd) argument
107 if (cmd == NL80211_CMD_VENDOR) {
115 if (info->event_cb[i].nl_cmd == cmd) {
116 ALOGV("Successfully removed event handler %p:%p for cmd = 0x%0x from %d",
117 info->event_cb[i].cb_arg, info->event_cb[i].cb_func, cmd, i);
153 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd) argument
162 info->cmd[inf
181 WifiCommand *cmd = NULL; local
204 WifiCommand *cmd = NULL; local
216 wifi_unregister_cmd(wifi_handle handle, WifiCommand *cmd) argument
235 WifiCommand *cmd = wifi_unregister_cmd(handle, id); local
[all...]
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dresource_default.h67 virtual DisplayError Perform(int cmd, ...) { return kErrorNone; } argument
/hardware/qcom/display/sdm845/sdm/libs/core/
H A Dresource_default.h67 virtual DisplayError Perform(int cmd, ...) { return kErrorNone; } argument
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
H A Ddriver_cmd_wext.c131 static int wpa_driver_wext_set_cscan_params(char *buf, size_t buf_len, char *cmd) argument
138 wpa_printf(MSG_DEBUG, "%s: %s", __func__, cmd);
141 pasv_ptr = os_strstr(cmd, ",TIME=");
149 channel = (u8)atoi(cmd + 5);
281 int wpa_driver_wext_driver_cmd( void *priv, char *cmd, char *buf, size_t buf_len ) argument
288 wpa_printf(MSG_DEBUG, "%s %s len = %d", __func__, cmd, buf_len);
290 if (!drv->driver_is_started && (os_strcasecmp(cmd, "START") != 0)) {
295 if (os_strcasecmp(cmd, "RSSI-APPROX") == 0) {
296 os_strlcpy(cmd, RSSI_CMD, MAX_DRV_CMD_SIZE);
297 } else if( os_strncasecmp(cmd, "SCA
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsaucm_test.c65 struct cmd { struct
70 static struct cmd cmds[] = {
100 fprintf(stderr, "alsaucm_test: error reading cmd\n");
167 struct cmd *cmd = NULL; local
177 for (cmd = cmds; cmd->cmd_str != NULL; cmd++) {
178 if (strncmp(cmd->cmd_str, command, strlen(cmd
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dmm_camera_shim.h47 struct cam_shim_packet *cmd; /*Events to process*/ member in struct:__anon2286
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dion.h61 unsigned int cmd; member in struct:ion_custom_data
/hardware/qcom/msm8994/kernel-headers/media/
H A Dmsmb_generic_buf_mgr.h52 enum msm_camera_buf_mngr_cmd cmd; member in struct:msm_buf_mngr_main_cont_info
/hardware/qcom/msm8994/original-kernel-headers/media/
H A Dmsmb_generic_buf_mgr.h33 enum msm_camera_buf_mngr_cmd cmd; member in struct:msm_buf_mngr_main_cont_info
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dion.h64 unsigned int cmd; member in struct:ion_custom_data
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsmb_generic_buf_mgr.h51 enum msm_camera_buf_mngr_cmd cmd; member in struct:msm_buf_mngr_main_cont_info
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dion.h119 * @cmd: the custom ioctl function to call
123 * This works just like the regular cmd and arg fields of an ioctl.
126 unsigned int cmd; member in struct:ion_custom_data

Completed in 1290 milliseconds

12345678