Home
last modified time | relevance | path

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

/system/iorap/src/binder/
Diiorap_impl.cc74 static std::atomic<bool> s_service_started_{false}; variable
331 if (s_service_started_.load()) { // Acquire-edge (see bottom of function). in Start()
370 s_service_started_.store(true); in Start()