Home
last modified time | relevance | path

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

/system/update_engine/common/
Ddynamic_partition_control_interface.h36 constexpr bool IsEnabled() const { return value_ != Value::NONE; } in IsEnabled() function
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dle_advertiser.cc97 bool LeAdvertiser::IsEnabled() const { return enabled_; } in IsEnabled() function in test_vendor_lib::LeAdvertiser
/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl33 boolean IsEnabled(); in IsEnabled() method
/system/extras/simpleperf/
DETMRecorder.cpp83 bool ETMPerCpu::IsEnabled() const { in IsEnabled() function in simpleperf::ETMPerCpu
/system/bt/service/test/
Dadapter_unittest.cc110 TEST_F(AdapterTest, IsEnabled) { in TEST_F() argument
/system/core/init/
Dservice.h79 bool IsEnabled() { return (flags_ & SVC_DISABLED) == 0; } in IsEnabled() function
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc55 Status BluetoothBinderServer::IsEnabled(bool* _aidl_return) { in IsEnabled() function in ipc::binder::BluetoothBinderServer
/system/bt/service/
Dadapter.cc231 bool IsEnabled() const override { return state_.load() == ADAPTER_STATE_ON; } in IsEnabled() function in bluetooth::AdapterImpl
/system/bt/stack/btm/
Dbtm_ble_multi_adv.cc88 bool IsEnabled() { return enable_status; } in IsEnabled() function