Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs604 #[dbus_method("OnAdapterPropertyChanged", DBusLog::Disable)]
607 #[dbus_method("OnDevicePropertiesChanged", DBusLog::Disable)]
615 #[dbus_method("OnAddressChanged", DBusLog::Disable)]
618 #[dbus_method("OnNameChanged", DBusLog::Disable)]
621 #[dbus_method("OnDiscoverableChanged", DBusLog::Disable)]
624 #[dbus_method("OnDeviceFound", DBusLog::Disable)]
627 #[dbus_method("OnDeviceCleared", DBusLog::Disable)]
630 #[dbus_method("OnDeviceKeyMissing", DBusLog::Disable)]
633 #[dbus_method("OnDiscoveringChanged", DBusLog::Disable)]
636 #[dbus_method("OnSspRequest", DBusLog::Disable)]
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs533 #[dbus_method("GetAddress", DBusLog::Disable)]
538 #[dbus_method("GetUuids", DBusLog::Disable)]
543 #[dbus_method("GetName", DBusLog::Disable)]
553 #[dbus_method("GetBluetoothClass", DBusLog::Disable)]
563 #[dbus_method("GetDiscoverable", DBusLog::Disable)]
568 #[dbus_method("GetDiscoverableTimeout", DBusLog::Disable)]
578 #[dbus_method("IsMultiAdvertisementSupported", DBusLog::Disable)]
583 #[dbus_method("IsLeExtendedAdvertisingSupported", DBusLog::Disable)]
598 #[dbus_method("IsDiscovering", DBusLog::Disable)]
603 #[dbus_method("GetDiscoveryEndMillis", DBusLog::Disable)]
[all …]
Diface_bluetooth_gatt.rs612 #[dbus_method("RegisterScanner", DBusLog::Disable)]
677 #[dbus_method("GetOwnAddress", DBusLog::Disable)]
782 #[dbus_method("DiscoverServices", DBusLog::Disable)]
787 #[dbus_method("DiscoverServiceByUuid", DBusLog::Disable)]
792 #[dbus_method("BtifGattcDiscoverServiceByUuid", DBusLog::Disable)]
797 #[dbus_method("ReadCharacteristic", DBusLog::Disable)]
802 #[dbus_method("ReadUsingCharacteristicUuid", DBusLog::Disable)]
815 #[dbus_method("WriteCharacteristic", DBusLog::Disable)]
828 #[dbus_method("ReadDescriptor", DBusLog::Disable)]
833 #[dbus_method("WriteDescriptor", DBusLog::Disable)]
[all …]
Diface_bluetooth_media.rs341 #[dbus_method("SetHfpActiveDevice", DBusLog::Disable)]
358 #[dbus_method("SetVolume", DBusLog::Disable)]
373 #[dbus_method("GetA2dpAudioStarted", DBusLog::Disable)]
378 #[dbus_method("StopAudioRequest", DBusLog::Disable)]
404 #[dbus_method("GetPresentationPosition", DBusLog::Disable)]
412 #[dbus_method("SetPlayerPlaybackStatus", DBusLog::Disable)]
417 #[dbus_method("SetPlayerPosition", DBusLog::Disable)]
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothShellCommand.java41 new Enable(), new EnableBle(), new Disable(), new DisableBle(), new WaitForAdapterState(),
140 class Disable extends BluetoothCommand { class in BluetoothShellCommand
141 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/providers/ContactsProvider/
Dcontactsprovider_flags.aconfig31 description: "Disable move api to ineligible cloud default accounts"
43 description: "Disable bulk move of contacts between accounts"
/packages/modules/adb/client/
Dadb_install.cpp57 enum class CmdlineOption { None, Enable, Disable }; enumerator
369 if (incremental_request != CmdlineOption::Disable && !is_abb_exec_supported()) { in calculate_install_mode()
371 incremental_request = CmdlineOption::Disable; in calculate_install_mode()
382 incremental_request = CmdlineOption::Disable; in calculate_install_mode()
402 incremental_request = CmdlineOption::Disable; in calculate_install_mode()
437 *incremental_request = CmdlineOption::Disable; in parse_install_mode()
/packages/apps/Gallery2/
Dproguard.flags1 # Disable the warnings of using dynamic method call in common library.
45 # Disable the warnings of using dynamic method calls in EffectsRecorder
/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/bta/test/common/
Dbta_gatt_api_mock.h110 virtual void Disable() = 0;
134 MOCK_METHOD((void), Disable, ());
/packages/modules/Nfc/libnfc-nci/tests/src/
Dnfa_wlc_main_test.cc42 TEST_F(NfaWlcMainTest, Disable) { nfa_wlc_sys_disable(); } in TEST_F() argument
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dle_advertiser.cc188 legacy_advertiser_.Disable(); in LeSetAdvertisingEnable()
946 advertiser.Disable(); in LeSetExtendedAdvertisingEnable()
962 advertiser.Disable(); in LeSetExtendedAdvertisingEnable()
1576 legacy_advertiser_.Disable(); in LeAdvertising()
1654 advertiser.Disable(); in LeAdvertising()
1699 advertiser.Disable(); in LeAdvertising()
/packages/modules/Bluetooth/floss/build/rustup/
Drustup.sh36 -q, --quiet Disable progress output
37 -y Disable confirmation prompt.
/packages/modules/adb/docs/user/
Dadb.1.md147     Disable compression.
174 Disable compression.
188     Disable pty allocation.
194     Disable remote exit codes and stdout/stderr separation.
278     Disable dm-verity checking on userdebug builds.
/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.cc62 TEST_F(LeSetScanEnableTest, Disable) { in TEST_F() argument
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Ddbus_iface.rs47 #[dbus_method("RegisterCallback", DBusLog::Disable)]
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/
Dlib.rs356 Disable, enumerator
376 Self::Disable => {} in log()
/packages/modules/Bluetooth/pandora/interfaces/
DAndroid.bp53 // Disable canonical path as this breaks the identification of
/packages/modules/Wifi/aidl/mainline_supplicant/
DAndroid.bp30 // Disable linter to avoid error about fixed size arrays.
/packages/apps/TV/tests/input/
DAndroid.bp34 // Disable dexpreopt and <uses-library> check for test.
/packages/services/Car/tests/CarEvsCameraPreviewApp/
DAndroid.bp38 // Disable dexpreopt and verify_uses_libraries check as the app contains
/packages/modules/Bluetooth/android/leaudio/
Dgradle.properties20 # Disable apk install issue
/packages/services/Car/tests/CarEvsMultiCameraPreviewApp/
DAndroid.bp38 // Disable dexpreopt and verify_uses_libraries check as the app contains

12