Searched defs:ExternalCameraOfflineSession (Results 1 – 2 of 2) sorted by relevance
88 struct ExternalCameraOfflineSession : public virtual RefBase, struct109 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 noted171 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 …]
49 ExternalCameraOfflineSession::ExternalCameraOfflineSession( in ExternalCameraOfflineSession() function in android::hardware::camera::device::V3_6::implementation::ExternalCameraOfflineSession