/packages/modules/Bluetooth/system/service/test/ |
D | adapter_unittest.cc | 157 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()
|
D | mock_adapter.h | 39 MOCK_METHOD0(Disable, bool());
|
/packages/modules/Bluetooth/system/service/ipc/dbus/ |
D | bluetooth_adapter.cc | 74 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()
|
D | bluetooth_adapter.h | 44 void Disable(MethodCall* method_call,
|
/packages/modules/Bluetooth/service/java/com/android/server/bluetooth/ |
D | BluetoothShellCommand.java | 43 new Disable(), 88 class Disable extends BluetoothCommand { class in BluetoothShellCommand 89 Disable() { in Disable() method in BluetoothShellCommand.Disable
|
/packages/apps/Camera2/ |
D | proguard.flags | 1 # 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/ |
D | adb_install.cpp | 56 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/ |
D | proguard.flags | 1 # 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/ |
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_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_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_avrcp_target_binder_server.cc | 114 Status BluetoothAvrcpTargetBinderServer::Disable(bool* _aidl_return) { in Disable() function in ipc::binder::BluetoothAvrcpTargetBinderServer 116 avrcp_target->Disable(); in Disable()
|
D | bluetooth_a2dp_sink_binder_server.h | 53 android::binder::Status Disable(bool* _aidl_return) override;
|
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | hfp.proto | 14 // Disable Service level connection 50 // Disable Service level connection (as a handsfree)
|
/packages/modules/Bluetooth/system/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
|
/packages/modules/Bluetooth/floss/build/rustup/ |
D | rustup.sh | 36 -q, --quiet Disable progress output 37 -y Disable confirmation prompt.
|
/packages/modules/Connectivity/nearby/tests/multidevices/ |
D | README.md | 46 * Disable A2DP (profile_supported_a2dp) 47 * Disable the AVRCP controller (profile_supported_avrcp_controller)
|
/packages/modules/NeuralNetworks/runtime/test/generated/ |
D | CPPLINT.cfg | 17 # Disable all checks for generated files.
|
/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/ |
D | le_set_scan_enable_test.cc | 65 TEST_F(LeSetScanEnableTest, Disable) { in TEST_F() argument
|
/packages/modules/Bluetooth/system/service/ |
D | a2dp_sink.h | 60 void Disable();
|
/packages/apps/TV/tests/input/ |
D | Android.bp | 34 // Disable dexpreopt and <uses-library> check for test.
|