Home
last modified time | relevance | path

Searched refs:eventhdl (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_impl.cpp137 EventHandler *eventhdl = config_->GetEventHandler(); in StopLoopingCapture() local
138 if (eventhdl == nullptr) { in StopLoopingCapture()
144 eventhdl->Post([fsc, this, i] { in StopLoopingCapture()
208 EventHandler *eventhdl = config_->GetEventHandler(); in OnFrameFinished() local
209 if (eventhdl == nullptr) { in OnFrameFinished()
213 eventhdl->Post([fsc, this, &fc] { in OnFrameFinished()
219 eventhdl->Post([fsc, this, &fc] { in OnFrameFinished()