Searched refs:Disable (Results 1 - 14 of 14) sorted by relevance

/system/core/libmemunreachable/
H A DScopedDisableMalloc.h35 void Disable() { function in class:android::DisableMallocGuard
63 ScopedDisableMalloc() { disable_malloc_.Disable(); }
77 Disable();
89 void Disable() { function in class:android::ScopedDisableMallocTimeout
96 disable_malloc_.Disable();
/system/core/base/
H A Dscopeguard_test.cpp35 scopeguard.Disable();
/system/bt/service/common/android/bluetooth/
H A DIBluetooth.aidl33 boolean Disable();
/system/bt/service/ipc/dbus/
H A Dbluetooth_adapter.cc34 const std::string kDisable = "Disable";
60 base::Bind(&BluetoothAdapter::Disable, base::Unretained(this))));
79 void BluetoothAdapter::Disable(MethodCall* method_call, function in class:ipc::dbus::BluetoothAdapter
82 adapter_->Disable();
H A Dbluetooth_adapter.h44 void Disable(MethodCall* method_call,
/system/bt/service/test/
H A Dmock_adapter.h36 MOCK_METHOD0(Disable, bool());
H A Dadapter_unittest.cc154 TEST_F(AdapterTest, Disable) {
161 // Disable fails because already disabled
162 EXPECT_FALSE(adapter_->Disable());
165 // Disable success
172 EXPECT_TRUE(adapter_->Disable());
178 // Disable fails because not enabled
180 EXPECT_FALSE(adapter_->Disable());
189 // Disable fails at HAL level
191 EXPECT_FALSE(adapter_->Disable());
/system/core/base/include/android-base/
H A Dscopeguard.h43 void Disable() { active_ = false; } function in class:android::base::ScopeGuard
/system/bt/service/
H A Dadapter.h94 virtual bool Disable() = 0;
H A Dadapter.cc133 bool Disable() override {
/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc77 Status BluetoothBinderServer::Disable(bool* _aidl_return) { function in class:ipc::binder::BluetoothBinderServer
79 *_aidl_return = adapter_->Disable();
H A Dbluetooth_binder_server.h64 Status Disable(bool* _aidl_return) override;
/system/netd/server/
H A DAndroid.mk54 # Bug: http://b/29823425 Disable -Wvarargs for Clang update to r271374
158 # Bug: http://b/29823425 Disable -Wvarargs for Clang update to r271374
/system/bt/service/client/
H A Dmain.cc333 bt_iface->Disable(&status);

Completed in 136 milliseconds