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

  /hardware/libhardware/tests/hardware/
struct-offset.cpp 221 CHECK_MEMBER_AT(camera3_device_ops_t, initialize, 0, 0);
222 CHECK_MEMBER_AT(camera3_device_ops_t, configure_streams, 4, 8);
223 CHECK_MEMBER_AT(camera3_device_ops_t, register_stream_buffers, 8, 16);
224 CHECK_MEMBER_AT(camera3_device_ops_t, construct_default_request_settings, 12, 24);
225 CHECK_MEMBER_AT(camera3_device_ops_t, process_capture_request, 16, 32);
226 CHECK_MEMBER_AT(camera3_device_ops_t, get_metadata_vendor_tag_ops, 20, 40);
227 CHECK_MEMBER_AT(camera3_device_ops_t, dump, 24, 48);
228 CHECK_MEMBER_AT(camera3_device_ops_t, flush, 28, 56);
229 CHECK_MEMBER_AT(camera3_device_ops_t, reserved, 32, 64);
struct-last.cpp 67 CHECK_LAST_MEMBER(camera3_device_ops_t, reserved);
struct-size.cpp 74 CheckTypeSize<camera3_device_ops_t, 64, 128>();
  /hardware/libhardware/include/hardware/
camera3.h 3051 } camera3_device_ops_t; typedef in typeref:struct:camera3_device_ops
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera3.h 25 * for all camera API calls that defined by camera3_device_ops_t API.
197 static camera3_device_ops_t sDeviceOps;
EmulatedCamera3.cpp 22 * for all camera API calls that defined by camera3_device_ops_t API.
246 camera3_device_ops_t EmulatedCamera3::sDeviceOps = {
  /hardware/libhardware/modules/camera/
Camera.h 98 const static camera3_device_ops_t sOps;
Camera.cpp 65 mDevice.ops = const_cast<camera3_device_ops_t*>(&sOps);
581 const camera3_device_ops_t Camera::sOps = {
  /hardware/libhardware/modules/usbcamera/
Camera.h 113 const static camera3_device_ops_t sOps;
Camera.cpp 81 const camera3_device_ops_t Camera::sOps = {
107 mDevice.ops = const_cast<camera3_device_ops_t*>(&sOps);
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.h 74 static camera3_device_ops_t mCameraOps;
213 //mutex for serialized access to camera3_device_ops_t functions
QCamera3HWI.cpp 132 camera3_device_ops_t QCamera3HardwareInterface::mCameraOps = {
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL3/
QCamera3HWI.h 80 static camera3_device_ops_t mCameraOps;
280 //mutex for serialized access to camera3_device_ops_t functions
QCamera3HWI.cpp 200 camera3_device_ops_t QCamera3HardwareInterface::mCameraOps = {
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL3/
QCamera3HWI.h 96 static camera3_device_ops_t mCameraOps;
328 //mutex for serialized access to camera3_device_ops_t functions
QCamera3HWI.cpp 220 camera3_device_ops_t QCamera3HardwareInterface::mCameraOps = {
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.h 104 static camera3_device_ops_t mCameraOps;
334 //mutex for serialized access to camera3_device_ops_t functions
QCamera3HWI.cpp 282 camera3_device_ops_t QCamera3HardwareInterface::mCameraOps = {
    [all...]

Completed in 534 milliseconds