/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
H A D | dhdu_cmd.h | 24 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 D | message_queue.h | 40 unsigned int cmd; member in struct:video_msgq
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
H A D | queue.h | 40 unsigned int cmd; member in struct:video_msgq
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
H A D | message_queue.h | 39 unsigned int cmd; member in struct:video_msgq
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
H A D | queue.h | 39 unsigned int cmd; member in struct:video_msgq
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
H A D | message_queue.h | 39 unsigned int cmd; member in struct:video_msgq
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
H A D | queue.h | 39 unsigned int cmd; member in struct:video_msgq
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
H A D | message_queue.h | 39 unsigned int cmd; member in struct:video_msgq
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
H A D | queue.h | 39 unsigned int cmd; member in struct:video_msgq
|
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/ |
H A D | message_queue.h | 39 unsigned int cmd; member in struct:video_msgq
|
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/inc/ |
H A D | queue.h | 39 unsigned int cmd; member in struct:video_msgq
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
H A D | QCameraCmdThread.cpp | 107 * 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 D | QCameraCmdThread.h | 55 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 D | common.cpp | 52 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 D | resource_default.h | 67 virtual DisplayError Perform(int cmd, ...) { return kErrorNone; } argument
|
/hardware/qcom/display/sdm845/sdm/libs/core/ |
H A D | resource_default.h | 67 virtual DisplayError Perform(int cmd, ...) { return kErrorNone; } argument
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
H A D | driver_cmd_wext.c | 131 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 D | alsaucm_test.c | 65 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 D | mm_camera_shim.h | 47 struct cam_shim_packet *cmd; /*Events to process*/ member in struct:__anon2286
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
H A D | ion.h | 61 unsigned int cmd; member in struct:ion_custom_data
|
/hardware/qcom/msm8994/kernel-headers/media/ |
H A D | msmb_generic_buf_mgr.h | 52 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 D | msmb_generic_buf_mgr.h | 33 enum msm_camera_buf_mngr_cmd cmd; member in struct:msm_buf_mngr_main_cont_info
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
H A D | ion.h | 64 unsigned int cmd; member in struct:ion_custom_data
|
/hardware/qcom/msm8996/kernel-headers/media/ |
H A D | msmb_generic_buf_mgr.h | 51 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 D | ion.h | 119 * @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
|