Home
last modified time | relevance | path

Searched defs:msm_cam_evt_msg (Results 1 – 4 of 4) sorted by relevance

/device/google/bonito/sdm710/kernel-headers/media/
Dmsm_camera.h159 struct msm_cam_evt_msg { struct
160 unsigned short type;
161 unsigned short msg_id;
162 unsigned int len;
163 uint32_t frame_id;
164 void * data;
165 struct timespec timestamp;
/device/google/crosshatch/sdm845/original-kernel-headers/media/
Dmsm_camera.h322 struct msm_cam_evt_msg { struct
323 unsigned short type; /* 1 == event (RPC), 0 == message (adsp) */
324 unsigned short msg_id;
325 unsigned int len; /* size in, number of bytes out */
326 uint32_t frame_id;
327 void *data;
328 struct timespec timestamp;
/device/google/crosshatch/sdm845/kernel-headers/media/
Dmsm_camera.h159 struct msm_cam_evt_msg { struct
160 unsigned short type;
161 unsigned short msg_id;
162 unsigned int len;
163 uint32_t frame_id;
164 void * data;
165 struct timespec timestamp;
/device/google/bonito/sdm710/original-kernel-headers/media/
Dmsm_camera.h322 struct msm_cam_evt_msg { struct
323 unsigned short type; /* 1 == event (RPC), 0 == message (adsp) */
324 unsigned short msg_id;
325 unsigned int len; /* size in, number of bytes out */
326 uint32_t frame_id;
327 void *data;
328 struct timespec timestamp;