Home
last modified time | relevance | path

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

1234

/system/memory/libmemunreachable/
DScopedDisableMalloc.h35 void Disable() { in Disable() function
63 ScopedDisableMalloc() { disable_malloc_.Disable(); } in ScopedDisableMalloc()
76 Disable(); in timeout_()
88 void Disable() { in Disable() function
95 disable_malloc_.Disable(); in Disable()
/system/bt/service/ipc/dbus/
Dbluetooth_adapter.cc74 base::Bind(&BluetoothAdapter::Disable, base::Unretained(this)))); in BluetoothAdapter()
93 void BluetoothAdapter::Disable(MethodCall* method_call, in Disable() function in ipc::dbus::BluetoothAdapter
96 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/libbase/
Dscopeguard_test.cpp36 scopeguard.Disable(); in TEST()
/system/libbase/include/android-base/
Dscopeguard.h49 void Disable() { active_ = false; } in Disable() function
/system/apex/apexd/
Dapexd_rollback_utils.h87 scope_guard.Disable(); in ReplaceFiles()
/system/bt/gd/rust/topshim/btif/
Dbtif_shim.h44 int Disable() const;
/system/bt/service/ipc/binder/
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_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.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;
/system/vold/model/
DEmulatedVolume.cpp153 unmount_guard.Disable(); in mountFuseBindMounts()
392 sdcardfs_guard.Disable(); in doMount()
393 fuse_guard.Disable(); in doMount()
/system/bt/service/
Da2dp_sink.h58 void Disable();
Da2dp_source.h61 void Disable();
/system/core/fastboot/fuzzy_fastboot/
DAndroid.bp56 // Disable auto-generation of test config as this binary itself is not a test in the test suites,
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dle_advertiser.h62 void Disable();

1234