/system/bt/test/suite/adapter/ |
D | adapter_unittest.cc | 42 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F() 56 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F() 109 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F() 127 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F() 146 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F() 167 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F() 189 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F()
|
/system/nfc/src/nfa/sys/ |
D | nfa_sys_main.cc | 162 (*nfa_sys_cb.reg[NFA_ID_DM]->disable)(); in nfa_sys_check_disabled() 276 if (nfa_sys_cb.reg[id]->disable != nullptr) { in nfa_sys_disable_subsystems() 278 (*nfa_sys_cb.reg[id]->disable)(); in nfa_sys_disable_subsystems() 289 (*nfa_sys_cb.reg[NFA_ID_DM]->disable)(); in nfa_sys_disable_subsystems()
|
/system/core/libsuspend/ |
D | autosuspend_ops.h | 22 int (*disable)(void); member
|
D | autosuspend.c | 82 ret = autosuspend_ops->disable(); in autosuspend_disable()
|
D | autosuspend_wakeup_count.cpp | 229 .disable = autosuspend_wakeup_count_disable,
|
/system/core/set-verity-state/ |
D | Android.bp | 23 "disable-verity",
|
/system/extras/simpleperf/scripts/ |
D | pylintrc | 4 disable=C0111,W0403,design
|
/system/connectivity/wifilogd/ |
D | runtests.sh | 40 adb disable-verity
|
/system/connectivity/wificond/ |
D | runtests.sh | 41 adb disable-verity
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothManager.aidl | 41 boolean disable(String packageName, boolean persist); in disable() method
|
/system/nfc/src/nfa/include/ |
D | nfa_sys.h | 71 tNFA_SYS_DISABLE* disable; member
|
/system/libvintf/include/vintf/ |
D | CheckFlags.h | 30 [[nodiscard]] constexpr Type disable##name() const { return Type(mValue & ~(1 << bit)); } \
|
D | SerializeFlags.h | 33 constexpr Type disable##name() const { return Type(mValue & ~(1 << bit)); } \
|
/system/hardware/interfaces/net/netd/1.1/ |
D | INetd.hal | 97 * Enable IP forwarding on the system. Client must disable forwarding when 100 * @param enable bool to enable or disable forwarding. 111 * @param enable bool to enable or disable forwarding between the
|
/system/bt/test/suite/rfcomm/ |
D | rfcomm_test.cc | 73 ASSERT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TearDown()
|
/system/chre/build/arch/ |
D | hexagon.mk | 41 TARGET_CFLAGS += -mllvm -disable-hsdr
|
/system/tools/mkbootimg/ |
D | pylintrc | 53 # multiple time. See also the "--disable" option for examples. 59 # file where it should appear only once).You can also use "--disable=all" to 60 # disable everything first and then reenable specific checks. For example, if 61 # you want to run only the similarities checker, you can use "--disable=all 63 # no Warning level messages displayed, use"--disable=all --enable=classes 64 # --disable=W" 65 disable=invalid-name,missing-docstring,too-many-branches,too-many-locals,too-many-arguments,too-man…
|
/system/bt/tools/bdtool/ |
D | bdtool.c | 271 CALL_AND_WAIT(bt_interface->disable(), adapter_state_changed); in main() 278 CALL_AND_WAIT(bt_interface->disable(), adapter_state_changed); in sig_handler()
|
/system/update_engine/ |
D | pylintrc | 70 # multiple time. See also the "--disable" option for examples. 76 # file where it should appear only once).You can also use "--disable=all" to 77 # disable everything first and then reenable specific checks. For example, if 78 # you want to run only the similarities checker, you can use "--disable=all 80 # no Warning level messages displayed, use"--disable=all --enable=classes 81 # --disable=W" 83 disable=
|
/system/bt/test/suite/gatt/ |
D | gatt_test.cc | 75 ASSERT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TearDown()
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 17 OverlayFS resolves these debug scenarios with the _adb disable-verity_ and 27 $ adb disable-verity 47 $ adb disable-verity
|
/system/bt/btif/src/ |
D | bluetooth.cc | 174 static int disable(void) { in disable() function 484 disable,
|
/system/bt/bta/sys/ |
D | bta_sys_main.cc | 591 bta_sys_cb.reg[bta_id]->disable != NULL) { in bta_sys_disable() 592 (*bta_sys_cb.reg[bta_id]->disable)(); in bta_sys_disable()
|
/system/bt/doc/ |
D | pts_guide.md | 16 To disable it:
|
/system/bt/test/headless/ |
D | headless.cc | 164 int status = bluetoothInterface.disable(); in TearDown()
|