Home
last modified time | relevance | path

Searched refs:INITIAL (Results 1 - 4 of 4) sorted by relevance

/developtools/profiler/device/services/plugin_service/src/
H A Dplugin_session.cpp23 : state_(PluginSession::INITIAL), in PluginSession()
36 : state_(PluginSession::INITIAL), in PluginSession()
48 if (state_ != INITIAL) { in ~PluginSession()
57 CHECK_TRUE(state_ == INITIAL, false, "plugin state %d invalid!", state_); in Create()
82 RETURN_IF(state_ == INITIAL, false, "plugin state %d, no need to destroy!", state_); in Destroy()
98 state_ = INITIAL; in Destroy()
105 return state_ != INITIAL; in IsAvailable()
/developtools/profiler/device/base/include/
H A Depoll_event_poller.h47 INITIAL, enumerator
76 std::atomic<int> state_ = INITIAL;
/developtools/profiler/device/services/plugin_service/include/
H A Dplugin_session.h50 INITIAL = 0, enumerator
/developtools/profiler/device/base/src/
H A Depoll_event_poller.cpp171 CHECK_TRUE(state_ == INITIAL, false, "Init FAIL %d", state_.load()); in Init()
222 state_ = INITIAL; in Finalize()

Completed in 2 milliseconds