Home
last modified time | relevance | path

Searched defs:Disable (Results 1 – 7 of 7) sorted by relevance

/system/core/libmemunreachable/
DScopedDisableMalloc.h35 void Disable() { in Disable() function
89 void Disable() { in Disable() function
/system/core/base/include/android-base/
Dscopeguard.h43 void Disable() { active_ = false; } in Disable() function
/system/bt/service/common/android/bluetooth/
DIBluetooth.aidl33 boolean Disable(); in Disable() method
/system/bt/service/ipc/dbus/
Dbluetooth_adapter.cc79 void BluetoothAdapter::Disable(MethodCall* method_call, in Disable() function in ipc::dbus::BluetoothAdapter
/system/bt/service/ipc/binder/
Dbluetooth_binder_server.cc77 Status BluetoothBinderServer::Disable(bool* _aidl_return) { in Disable() function in ipc::binder::BluetoothBinderServer
/system/bt/service/test/
Dadapter_unittest.cc154 TEST_F(AdapterTest, Disable) { in TEST_F() argument
/system/bt/service/
Dadapter.cc133 bool Disable() override { in Disable() function in bluetooth::AdapterImpl