Home
last modified time | relevance | path

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

/system/extras/profcollectd/libprofcollectd/
Dlogging_trace_provider.rs35 fn is_ready(&self) -> bool { in is_ready() method
Dscheduler.rs125 self.trace_provider.lock().unwrap().is_ready() in is_provider_ready()
144 if provider.lock().unwrap().is_ready() { in start_thread_waiting_for_provider_ready()
Dtrace_provider.rs33 fn is_ready(&self) -> bool; in is_ready() method
Dsimpleperf_etm_trace_provider.rs37 fn is_ready(&self) -> bool { in is_ready() method
Dsimpleperf_lbr_trace_provider.rs36 fn is_ready(&self) -> bool { in is_ready() method
/system/vold/model/
DPublicVolume.cpp246 bool is_ready = false; in doMount() local
247 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount()
248 if (!is_ready) { in doMount()
DEmulatedVolume.cpp440 bool is_ready = false; in doMount() local
441 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount()
442 if (!is_ready) { in doMount()