Home
last modified time | relevance | path

Searched defs:IsEnabled (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/common/
Ddynamic_partition_control_interface.h49 constexpr bool IsEnabled() const { return value_ != Value::NONE; } in IsEnabled() function
/system/extras/simpleperf/
DETMRecorder.cpp86 bool ETMPerCpu::IsEnabled() const { in IsEnabled() function in simpleperf::ETMPerCpu
/system/core/init/
Dservice.h86 bool IsEnabled() { return (flags_ & SVC_DISABLED) == 0; } in IsEnabled() function