/system/core/libmemunreachable/ |
D | ScopedDisableMalloc.h | 35 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/ |
D | bluetooth_adapter.cc | 60 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()
|
D | bluetooth_adapter.h | 44 void Disable(MethodCall* method_call,
|
/system/bt/service/test/ |
D | adapter_unittest.cc | 154 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()
|
D | mock_adapter.h | 36 MOCK_METHOD0(Disable, bool());
|
/system/bt/service/common/android/bluetooth/ |
D | IBluetoothA2dpSink.aidl | 26 boolean Disable(); in Disable() method
|
D | IBluetoothA2dpSource.aidl | 27 boolean Disable(); in Disable() method
|
D | IBluetoothAvrcpControl.aidl | 27 boolean Disable(int id); in Disable() method
|
D | IBluetoothAvrcpTarget.aidl | 31 boolean Disable(); in Disable() method
|
D | IBluetooth.aidl | 37 boolean Disable(); in Disable() method
|
/system/core/rootdir/ |
D | adb_debug.prop | 5 # Disable adb authentication to allow test automation on user build GSI
|
/system/core/base/ |
D | scopeguard_test.cpp | 36 scopeguard.Disable(); in TEST()
|
/system/core/base/include/android-base/ |
D | scopeguard.h | 49 void Disable() { active_ = false; } in Disable() function
|
/system/bt/service/ipc/binder/ |
D | bluetooth_a2dp_source_binder_server.cc | 133 Status BluetoothA2dpSourceBinderServer::Disable(bool* _aidl_return) { in Disable() function in ipc::binder::BluetoothA2dpSourceBinderServer 136 a2dp_source->Disable(); in Disable()
|
D | bluetooth_a2dp_sink_binder_server.cc | 69 Status BluetoothA2dpSinkBinderServer::Disable(bool* _aidl_return) { in Disable() function in ipc::binder::BluetoothA2dpSinkBinderServer 78 a2dp_sink->Disable(); in Disable()
|
D | bluetooth_a2dp_sink_binder_server.h | 51 android::binder::Status Disable(bool* _aidl_return) override;
|
D | bluetooth_avrcp_control_binder_server.cc | 86 Status BluetoothAvrcpControlBinderServer::Disable(int32_t id, in Disable() function in ipc::binder::BluetoothAvrcpControlBinderServer 96 avrcp_control->Disable(); in Disable()
|
D | bluetooth_a2dp_source_binder_server.h | 58 android::binder::Status Disable(bool* _aidl_return) override;
|
D | bluetooth_avrcp_control_binder_server.h | 53 android::binder::Status Disable(int32_t id, bool* _aidl_return) override;
|
/system/bt/service/ |
D | a2dp_sink.h | 58 void Disable();
|
D | a2dp_source.h | 61 void Disable();
|
D | avrcp_control.h | 65 void Disable();
|
D | adapter.h | 126 virtual bool Disable() = 0;
|
D | a2dp_sink.cc | 53 void A2dpSink::Disable() { in Disable() function in bluetooth::A2dpSink
|
/system/gsid/ |
D | gsi_tool.cpp | 44 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
|