Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/service/java/com/android/server/bluetooth/
DBluetoothShellCommand.java88 class Disable extends BluetoothCommand { class in BluetoothShellCommand
89 Disable() { in Disable() method in BluetoothShellCommand.Disable
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dle_advertiser.h47 void Disable() { advertising_enable = false; } in Disable() function
Dlink_layer_controller.h1010 void Disable() { connect_enable = false; } in Disable() function
/packages/modules/Bluetooth/system/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
/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/
Dle_set_scan_enable_test.cc65 TEST_F(LeSetScanEnableTest, Disable) { in TEST_F() argument
Dle_set_advertising_enable_test.cc75 TEST_F(LeSetAdvertisingEnableTest, Disable) { in TEST_F() argument
Dle_set_extended_scan_enable_test.cc92 TEST_F(LeSetExtendedScanEnableTest, Disable) { in TEST_F() argument
/packages/modules/Bluetooth/system/service/ipc/dbus/
Dbluetooth_adapter.cc93 void BluetoothAdapter::Disable(MethodCall* method_call, in Disable() function in ipc::dbus::BluetoothAdapter
/packages/modules/Bluetooth/system/service/
Da2dp_sink.cc54 void A2dpSink::Disable() { in Disable() function in bluetooth::A2dpSink
Davrcp_control.cc57 void AvrcpControl::Disable() { in Disable() function in bluetooth::AvrcpControl
Da2dp_source.cc132 void A2dpSource::Disable() { in Disable() function in bluetooth::A2dpSource
Davrcp_target.cc121 void AvrcpTarget::Disable() { in Disable() function in bluetooth::AvrcpTarget
Dadapter.cc264 bool Disable() override { in Disable() function in bluetooth::AdapterImpl
/packages/modules/Bluetooth/system/service/ipc/binder/
Dbluetooth_a2dp_sink_binder_server.cc69 Status BluetoothA2dpSinkBinderServer::Disable(bool* _aidl_return) { in Disable() function in ipc::binder::BluetoothA2dpSinkBinderServer
Dbluetooth_a2dp_source_binder_server.cc133 Status BluetoothA2dpSourceBinderServer::Disable(bool* _aidl_return) { in Disable() function in ipc::binder::BluetoothA2dpSourceBinderServer
Dbluetooth_avrcp_control_binder_server.cc86 Status BluetoothAvrcpControlBinderServer::Disable(int32_t id, in Disable() function in ipc::binder::BluetoothAvrcpControlBinderServer
Dbluetooth_binder_server.cc80 Status BluetoothBinderServer::Disable(bool* _aidl_return) { in Disable() function in ipc::binder::BluetoothBinderServer
Dbluetooth_avrcp_target_binder_server.cc114 Status BluetoothAvrcpTargetBinderServer::Disable(bool* _aidl_return) { in Disable() function in ipc::binder::BluetoothAvrcpTargetBinderServer
/packages/modules/Bluetooth/system/service/test/
Dadapter_unittest.cc157 TEST_F(AdapterTest, Disable) { in TEST_F() argument
/packages/modules/adb/client/
Dadb_install.cpp56 enum class CmdlineOption { None, Enable, Disable }; enumerator