Searched defs:LinuxCameraDevice (Results 1 - 1 of 1) sorted by relevance

/external/qemu/android/camera/
H A Dcamera-capture-linux.c78 typedef struct LinuxCameraDevice LinuxCameraDevice; typedef in typeref:struct:LinuxCameraDevice
82 struct LinuxCameraDevice { struct
242 /* Allocates an instance of LinuxCameraDevice structure.
244 * Allocated instance of LinuxCameraDevice structure. Note that this routine
246 * containing LinuxCameraDevice instance.
248 static LinuxCameraDevice*
251 LinuxCameraDevice* cd;
264 _camera_device_free(LinuxCameraDevice* lcd)
290 _camera_device_reset(LinuxCameraDevice* c
[all...]

Completed in 81 milliseconds