Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp1792 isConsumerStart_ = false; in CreateVirtualScreen()
1843 isConsumerStart_ = true; in PrepareVirtualScreenMirror()
1894 if (isConsumerStart_) { in DestroyVirtualScreen()
1901 isConsumerStart_ = false; in DestroyVirtualScreen()
2475 if ((screenId_ < 0) || ((consumer_ == nullptr) && !isSurfaceMode_) || !isConsumerStart_) { in StopVideoCapture()
2511 isConsumerStart_ = false; in StopScreenCaptureRecorder()
H A Dscreen_capture_server.h388 bool isConsumerStart_ = false; variable