Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_device/
H A Ddcamera_device.h114 std::atomic<bool> refreshFlag_ = false; variable
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddcamera_device.cpp654 refreshFlag_.store(flag); in SetRefreshFlag()
659 return refreshFlag_.load(); in GetRefreshFlag()