Home | History | Annotate | Download | only in hardware

Lines Matching refs:device

47  *  Name of the vehicle device to open.  Extend this list as
61 * Describes the current state of camera device
116 * @param device - device handle
119 * -EPERM if device is invalid or not initialized
121 int (*get_capabilities)(struct vehicle_camera_device_t *device, vehicle_camera_cap_t *cap);
125 * @param device - device handle
128 * -EPERM if device is not initialized
131 int (*get_camera_crop)(struct vehicle_camera_device_t *device, android_native_rect_t *rect);
135 * @param device - device handle
139 * -EPERM if device is not initialized
142 int (*set_camera_crop)(struct vehicle_camera_device_t *device, const android_native_rect_t *rect);
146 * @param device - device handle
149 * -EPERM if device is not initialized
152 int (*get_camera_position)(struct vehicle_camera_device_t *device, android_native_rect_t *rect);
156 * @param device - device handle
161 * -EPERM if device is not initialized
164 int (*set_camera_position)(struct vehicle_camera_device_t *device, const android_native_rect_t *rect);
168 * @param device - device handle
171 * -EPERM if device is not initialized
173 int (*get_camera_state)(struct vehicle_camera_device_t *device, vehicle_camera_state_t *state);
177 * @param device - device handle
180 * -EPERM if device is not initialized
183 int (*set_camera_state)(struct vehicle_camera_device_t *device, const vehicle_camera_state_t *state);