Searched refs:camera3_device_ops_t (Results 1 – 6 of 6) sorted by relevance
/hardware/libhardware/tests/hardware/ |
D | struct-offset.cpp | 218 CHECK_MEMBER_AT(camera3_device_ops_t, initialize, 0, 0); in CheckOffsets() 219 CHECK_MEMBER_AT(camera3_device_ops_t, configure_streams, 4, 8); in CheckOffsets() 220 CHECK_MEMBER_AT(camera3_device_ops_t, register_stream_buffers, 8, 16); in CheckOffsets() 221 CHECK_MEMBER_AT(camera3_device_ops_t, construct_default_request_settings, 12, 24); in CheckOffsets() 222 CHECK_MEMBER_AT(camera3_device_ops_t, process_capture_request, 16, 32); in CheckOffsets() 223 CHECK_MEMBER_AT(camera3_device_ops_t, get_metadata_vendor_tag_ops, 20, 40); in CheckOffsets() 224 CHECK_MEMBER_AT(camera3_device_ops_t, dump, 24, 48); in CheckOffsets() 225 CHECK_MEMBER_AT(camera3_device_ops_t, flush, 28, 56); in CheckOffsets() 226 CHECK_MEMBER_AT(camera3_device_ops_t, reserved, 32, 64); in CheckOffsets()
|
D | struct-size.cpp | 74 CheckTypeSize<camera3_device_ops_t, 64, 128>(); in CheckSizes()
|
D | struct-last.cpp | 67 CHECK_LAST_MEMBER(camera3_device_ops_t, reserved); in CheckSizes()
|
/hardware/libhardware/include/hardware/ |
D | camera3.h | 2692 } camera3_device_ops_t; typedef 2712 camera3_device_ops_t *ops;
|
/hardware/libhardware/modules/camera/ |
D | Camera.h | 98 const static camera3_device_ops_t sOps;
|
D | Camera.cpp | 65 mDevice.ops = const_cast<camera3_device_ops_t*>(&sOps); in Camera() 581 const camera3_device_ops_t Camera::sOps = {
|