Home
last modified time | relevance | path

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

123

/packages/modules/Bluetooth/system/service/test/
Dadapter_unittest.cc157 TEST_F(AdapterTest, Disable) { in TEST_F() argument
165 EXPECT_FALSE(adapter_->Disable()); in TEST_F()
175 EXPECT_TRUE(adapter_->Disable()); in TEST_F()
183 EXPECT_FALSE(adapter_->Disable()); in TEST_F()
194 EXPECT_FALSE(adapter_->Disable()); in TEST_F()
Dmock_adapter.h39 MOCK_METHOD0(Disable, bool());
/packages/modules/Bluetooth/system/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,
/packages/modules/Bluetooth/service/java/com/android/server/bluetooth/
DBluetoothShellCommand.java43 new Disable(),
88 class Disable extends BluetoothCommand { class in BluetoothShellCommand
89 Disable() { in Disable() method in BluetoothShellCommand.Disable
/packages/apps/Camera2/
Dproguard.flags1 # Disable the warnings of using dynamic method call in common library.
33 # Disable the warnings of using dynamic method calls in EffectsRecorder
/packages/modules/adb/client/
Dadb_install.cpp56 enum class CmdlineOption { None, Enable, Disable }; enumerator
372 if (incremental_request != CmdlineOption::Disable && !is_abb_exec_supported()) { in calculate_install_mode()
374 incremental_request = CmdlineOption::Disable; in calculate_install_mode()
385 incremental_request = CmdlineOption::Disable; in calculate_install_mode()
405 incremental_request = CmdlineOption::Disable; in calculate_install_mode()
440 *incremental_request = CmdlineOption::Disable; in parse_install_mode()
/packages/apps/Gallery2/
Dproguard.flags1 # Disable the warnings of using dynamic method call in common library.
40 # Disable the warnings of using dynamic method calls in EffectsRecorder
/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
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_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_avrcp_target_binder_server.cc114 Status BluetoothAvrcpTargetBinderServer::Disable(bool* _aidl_return) { in Disable() function in ipc::binder::BluetoothAvrcpTargetBinderServer
116 avrcp_target->Disable(); in Disable()
Dbluetooth_a2dp_sink_binder_server.h53 android::binder::Status Disable(bool* _aidl_return) override;
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dhfp.proto14 // Disable Service level connection
50 // Disable Service level connection (as a handsfree)
/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/floss/build/rustup/
Drustup.sh36 -q, --quiet Disable progress output
37 -y Disable confirmation prompt.
/packages/modules/Connectivity/nearby/tests/multidevices/
DREADME.md46 * Disable A2DP (profile_supported_a2dp)
47 * Disable the AVRCP controller (profile_supported_avrcp_controller)
/packages/modules/NeuralNetworks/runtime/test/generated/
DCPPLINT.cfg17 # Disable all checks for generated files.
/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/
Dle_set_scan_enable_test.cc65 TEST_F(LeSetScanEnableTest, Disable) { in TEST_F() argument
/packages/modules/Bluetooth/system/service/
Da2dp_sink.h60 void Disable();
/packages/apps/TV/tests/input/
DAndroid.bp34 // Disable dexpreopt and <uses-library> check for test.

123