HomeSort by relevance Sort by last modified time
    Searched refs:camera_device_ops_t (Results 1 - 15 of 15) sorted by null

  /hardware/libhardware/include/hardware/
camera.h 283 } camera_device_ops_t; typedef in typeref:struct:camera_device_ops
292 camera_device_ops_t *ops;
  /device/generic/goldfish/camera/
EmulatedCamera.h 26 * defined by camera_device_ops_t API.
122 /* Actual handler for camera_device_ops_t::set_preview_window callback.
128 /* Actual handler for camera_device_ops_t::set_callbacks callback.
137 /* Actual handler for camera_device_ops_t::enable_msg_type callback.
142 /* Actual handler for camera_device_ops_t::disable_msg_type callback.
147 /* Actual handler for camera_device_ops_t::msg_type_enabled callback.
154 /* Actual handler for camera_device_ops_t::start_preview callback.
160 /* Actual handler for camera_device_ops_t::stop_preview callback.
165 /* Actual handler for camera_device_ops_t::preview_enabled callback.
172 /* Actual handler for camera_device_ops_t::store_meta_data_in_buffers callback
    [all...]
EmulatedCamera.cpp 22 * an entry point for all camera API calls that defined by camera_device_ops_t
945 camera_device_ops_t EmulatedCamera::mDeviceOps = {
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 490 camera_device_ops_t* camera_ops = NULL;
526 camera_ops = (camera_device_ops_t*)malloc(sizeof(*camera_ops));
  /hardware/ti/omap4-aah/camera/
CameraHal_Module.cpp 633 camera_device_ops_t* camera_ops = NULL;
669 camera_ops = (camera_device_ops_t*)malloc(sizeof(*camera_ops));
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.h 168 static camera_device_ops_t mCameraOps;
QCamera2HWI.cpp 51 camera_device_ops_t QCamera2HardwareInterface::mCameraOps = {
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCamera2HWI.h 168 static camera_device_ops_t mCameraOps;
QCamera2HWI.cpp 51 camera_device_ops_t QCamera2HardwareInterface::mCameraOps = {
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/wrapper/
QualcommCamera.cpp 80 camera_device_ops_t camera_ops = {
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.h 200 static camera_device_ops_t mCameraOps;
QCamera2HWI.cpp 63 camera_device_ops_t QCamera2HardwareInterface::mCameraOps = {
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.h 202 static camera_device_ops_t mCameraOps;
QCamera2HWI.cpp 68 camera_device_ops_t QCamera2HardwareInterface::mCameraOps = {
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QualcommUsbCamera.cpp 56 camera_device_ops_t usbcam_camera_ops = {
    [all...]

Completed in 654 milliseconds