Searched refs:NightSession (Results 1 – 8 of 8) sorted by relevance
33 class NightSession : public CaptureSession {37 … explicit NightSessionMetadataResultProcessor(wptr<NightSession> session) : session_(session) {} in NightSessionMetadataResultProcessor()42 wptr<NightSession> session_;45 explicit NightSession(sptr<ICaptureSession>& nightSession) : CaptureSession(nightSession) in NightSession() function49 ~NightSession();
26 NightSession::~NightSession() in ~NightSession()31 int32_t NightSession::GetExposureRange(std::vector<uint32_t> &exposureRange) in GetExposureRange()54 int32_t NightSession::SetExposure(uint32_t exposureValue) in SetExposure()86 int32_t NightSession::GetExposure(uint32_t &exposureValue) in GetExposure()111 void NightSession::NightSessionMetadataResultProcessor::ProcessCallbacks( in ProcessCallbacks()123 bool NightSession::CanAddOutput(sptr<CaptureOutput>& output) in CanAddOutput()
41 sptr<NightSession> nightSession_;
216 obj->nightSession_ = static_cast<NightSession*>(sCameraSession_.GetRefPtr()); in NightSessionNapiConstructor()
7079 sptr<NightSession> nightSession = static_cast<NightSession*>(captureSession.GetRefPtr());7130 sptr<NightSession> nightSession = static_cast<NightSession*>(captureSession.GetRefPtr());
7891 auto nightSession = static_cast<NightSession*>(captureSession.GetRefPtr());7918 auto nightSession = static_cast<NightSession*>(captureSession.GetRefPtr());7919 nightSession->~NightSession();10100 sptr<NightSession> nightSession = static_cast<NightSession*>(captureSession.GetRefPtr());
328 return new (std::nothrow) NightSession(session); in CreateCaptureSessionImpl()
4277 Subscribes to **NightSession** error events. This API uses an asynchronous callback to return the r…4308 Unsubscribes from **NightSession** error events.