Searched defs:msm_ctrl_cmd (Results 1 – 4 of 4) sorted by relevance
172 struct msm_ctrl_cmd struct175 uint16_t type;176 uint16_t length;177 void *value;179 uint16_t status;180 uint32_t timeout_ms;181 int resp_fd;182 int vnode_id;184 int queue_idx;185 uint32_t evt_id;[all …]
286 struct msm_ctrl_cmd { struct287 uint16_t type;288 uint16_t length;289 void *value;290 uint16_t status;291 uint32_t timeout_ms;293 int vnode_id; /* video dev id. Can we overload resp_fd? */294 int queue_idx;295 uint32_t evt_id;296 uint32_t stream_type; /* used to pass value to qcamera server */[all …]
175 struct msm_ctrl_cmd { struct176 uint16_t type;177 uint16_t length;179 void * value;180 uint16_t status;181 uint32_t timeout_ms;182 int resp_fd;184 int vnode_id;185 int queue_idx;186 uint32_t evt_id;[all …]
304 struct msm_ctrl_cmd { struct305 uint16_t type;306 uint16_t length;307 void *value;308 uint16_t status;309 uint32_t timeout_ms;311 int vnode_id; /* video dev id. Can we overload resp_fd? */312 int queue_idx;313 uint32_t evt_id;314 uint32_t stream_type; /* used to pass value to qcamera server */[all …]