Home
last modified time | relevance | path

Searched defs:CameraDeviceSession (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.h90 virtual sp<ICameraDeviceSession> getInterface() { in getInterface() argument
133 bool mClosed = false;
136 bool mDisconnected = false;
145 camera3_device_t* mDevice;
147 const bool mFreeBufEarly;
148 bool mIsAELockAvailable;
177 bool mInitFail;
199 struct InflightBatch {
285 mutable Mutex mLock;
315 // Optional argument for ICameraDeviceSession@3.5 impl argument
[all …]
H A DCameraDeviceSession.cpp51 CameraDeviceSession::CameraDeviceSession( in CameraDeviceSession() function in android::hardware::camera::device::V3_2::implementation::CameraDeviceSession
/aosp12/hardware/interfaces/camera/device/3.4/default/include/device_v3_4_impl/
H A DCameraDeviceSession.h64 struct CameraDeviceSession : public V3_3::implementation::CameraDeviceSession { struct
71 virtual sp<V3_2::ICameraDeviceSession> getInterface() override { in getInterface() argument
107 class ResultBatcher_3_4 : public V3_3::implementation::CameraDeviceSession::ResultBatcher { argument
132 struct TrampolineSessionInterface_3_4 : public ICameraDeviceSession { argument
133 TrampolineSessionInterface_3_4(sp<CameraDeviceSession> parent) : in TrampolineSessionInterface_3_4() argument
/aosp12/hardware/interfaces/camera/device/3.5/default/include/device_v3_5_impl/
H A DCameraDeviceSession.h70 struct CameraDeviceSession : public V3_4::implementation::CameraDeviceSession { struct
77 virtual sp<V3_2::ICameraDeviceSession> getInterface() override { in getInterface() argument
102 static callbacks_request_stream_buffer_t sRequestStreamBuffers;
103 static callbacks_return_stream_buffer_t sReturnStreamBuffers;
115 struct BufferHasher {
129 struct BufferComparator {
173 struct TrampolineSessionInterface_3_5 : public ICameraDeviceSession { argument
174 TrampolineSessionInterface_3_5(sp<CameraDeviceSession> parent) : in TrampolineSessionInterface_3_5() argument
/aosp12/hardware/interfaces/camera/device/3.3/default/
H A DCameraDeviceSession.h60 struct CameraDeviceSession : public V3_2::implementation::CameraDeviceSession { struct
67 virtual sp<V3_2::ICameraDeviceSession> getInterface() override { in getInterface() argument
81 struct TrampolineSessionInterface_3_3 : public ICameraDeviceSession { argument
H A DCameraDeviceSession.cpp33 CameraDeviceSession::CameraDeviceSession( in CameraDeviceSession() function in android::hardware::camera::device::V3_3::implementation::CameraDeviceSession
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dzsl_snapshot_capture_session.h38 class CameraDeviceSession; variable
/aosp12/hardware/interfaces/camera/device/3.5/default/
H A DCameraDeviceSession.cpp32 CameraDeviceSession::CameraDeviceSession( in CameraDeviceSession() function in android::hardware::camera::device::V3_5::implementation::CameraDeviceSession
/aosp12/hardware/interfaces/camera/device/3.4/default/
H A DCameraDeviceSession.cpp36 CameraDeviceSession::CameraDeviceSession( in CameraDeviceSession() function in android::hardware::camera::device::V3_4::implementation::CameraDeviceSession