Home
last modified time | relevance | path

Searched defs:ExternalCameraOfflineSession (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/camera/device/3.6/default/include/ext_device_v3_6_impl/
DExternalCameraOfflineSession.h88 struct ExternalCameraOfflineSession : public virtual RefBase, struct
109 virtual sp<V3_6::ICameraOfflineSession> getInterface() { in getInterface()
134 OutputThread( in OutputThread()
167 mutable Mutex mInterfaceLock;
169 mutable Mutex mLock; // Protect all data members except otherwise noted
171 bool mClosed = false;
172 const CroppingType mCroppingType;
173 const common::V1_0::helper::CameraMetadata mChars;
174 const std::string mCameraId;
175 const std::string mExifMake;
[all …]
/hardware/interfaces/camera/device/3.6/default/
DExternalCameraOfflineSession.cpp49 ExternalCameraOfflineSession::ExternalCameraOfflineSession( in ExternalCameraOfflineSession() function in android::hardware::camera::device::V3_6::implementation::ExternalCameraOfflineSession