Home
last modified time | relevance | path

Searched refs:Disable (Results 1 – 25 of 53) sorted by relevance

123

/system/core/libmemunreachable/
DScopedDisableMalloc.h35 void Disable() { in Disable() function
63 ScopedDisableMalloc() { disable_malloc_.Disable(); } in ScopedDisableMalloc()
77 Disable(); in timeout_()
89 void Disable() { in Disable() function
96 disable_malloc_.Disable(); in Disable()
/system/bt/service/ipc/dbus/
Dbluetooth_adapter.cc60 base::Bind(&BluetoothAdapter::Disable, base::Unretained(this)))); in BluetoothAdapter()
79 void BluetoothAdapter::Disable(MethodCall* method_call, in Disable() function in ipc::dbus::BluetoothAdapter
82 adapter_->Disable(); in Disable()
Dbluetooth_adapter.h44 void Disable(MethodCall* method_call,
/system/bt/service/test/
Dadapter_unittest.cc154 TEST_F(AdapterTest, Disable) { in TEST_F() argument
162 EXPECT_FALSE(adapter_->Disable()); in TEST_F()
172 EXPECT_TRUE(adapter_->Disable()); in TEST_F()
180 EXPECT_FALSE(adapter_->Disable()); in TEST_F()
191 EXPECT_FALSE(adapter_->Disable()); in TEST_F()
Dmock_adapter.h36 MOCK_METHOD0(Disable, bool());
/system/bt/service/common/android/bluetooth/
DIBluetoothA2dpSink.aidl26 boolean Disable(); in Disable() method
DIBluetoothA2dpSource.aidl27 boolean Disable(); in Disable() method
DIBluetoothAvrcpControl.aidl27 boolean Disable(int id); in Disable() method
DIBluetoothAvrcpTarget.aidl31 boolean Disable(); in Disable() method
DIBluetooth.aidl37 boolean Disable(); in Disable() method
/system/core/rootdir/
Dadb_debug.prop5 # Disable adb authentication to allow test automation on user build GSI
/system/core/base/
Dscopeguard_test.cpp36 scopeguard.Disable(); in TEST()
/system/core/base/include/android-base/
Dscopeguard.h49 void Disable() { active_ = false; } in Disable() function
/system/bt/service/ipc/binder/
Dbluetooth_a2dp_source_binder_server.cc133 Status BluetoothA2dpSourceBinderServer::Disable(bool* _aidl_return) { in Disable() function in ipc::binder::BluetoothA2dpSourceBinderServer
136 a2dp_source->Disable(); in Disable()
Dbluetooth_a2dp_sink_binder_server.cc69 Status BluetoothA2dpSinkBinderServer::Disable(bool* _aidl_return) { in Disable() function in ipc::binder::BluetoothA2dpSinkBinderServer
78 a2dp_sink->Disable(); in Disable()
Dbluetooth_a2dp_sink_binder_server.h51 android::binder::Status Disable(bool* _aidl_return) override;
Dbluetooth_avrcp_control_binder_server.cc86 Status BluetoothAvrcpControlBinderServer::Disable(int32_t id, in Disable() function in ipc::binder::BluetoothAvrcpControlBinderServer
96 avrcp_control->Disable(); in Disable()
Dbluetooth_a2dp_source_binder_server.h58 android::binder::Status Disable(bool* _aidl_return) override;
Dbluetooth_avrcp_control_binder_server.h53 android::binder::Status Disable(int32_t id, bool* _aidl_return) override;
/system/bt/service/
Da2dp_sink.h58 void Disable();
Da2dp_source.h61 void Disable();
Davrcp_control.h65 void Disable();
Dadapter.h126 virtual bool Disable() = 0;
Da2dp_sink.cc53 void A2dpSink::Disable() { in Disable() function in bluetooth::A2dpSink
/system/gsid/
Dgsi_tool.cpp44 static int Disable(sp<IGsiService> gsid, int argc, char** argv);
53 {"disable", Disable},
463 static int Disable(sp<IGsiService> gsid, int argc, char** /* argv */) { in Disable() function

123