/system/bt/test/suite/adapter/ |
D | adapter_unittest.cc | 43 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F() 57 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F() 110 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F() 128 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F() 147 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F() 168 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F() 190 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()
|
/system/bt/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 34 fn disable(&mut self) -> bool; in disable() method 182 fn disable(&mut self) -> bool { in disable() method 183 self.intf.lock().unwrap().disable() == 0 in disable()
|
/system/bt/bta/sys/ |
D | bta_sys_main.cc | 218 bta_sys_cb.reg[bta_id]->disable != NULL) { in bta_sys_disable() 219 (*bta_sys_cb.reg[bta_id]->disable)(); in bta_sys_disable()
|
/system/extras/simpleperf/demo/ |
D | .clang-format | 1 # This clang-format configuration may be included in subdirectories to disable
|
/system/extras/ |
D | .clang-format-none | 1 # This clang-format configuration may be included in subdirectories to disable
|
/system/core/set-verity-state/ |
D | Android.bp | 27 "disable-verity",
|
/system/extras/perf2cfg/ |
D | pylintrc | 9 disable=design
|
/system/extras/simpleperf/scripts/ |
D | pylintrc | 4 disable=C0111,W0403,design
|
/system/connectivity/wificond/ |
D | runtests.sh | 41 adb disable-verity
|
/system/bt/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 43 fn disable(&mut self) -> bool { in disable() method
|
/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/nfc/src/nfa/include/ |
D | nfa_sys.h | 71 tNFA_SYS_DISABLE* disable; member
|
/system/bt/test/suite/rfcomm/ |
D | rfcomm_test.cc | 73 ASSERT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TearDown()
|
/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/chre/build/arch/ |
D | hexagon.mk | 41 TARGET_CFLAGS += -mllvm -disable-hsdr
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspendUnitTest.cpp | 444 void disable() { mDisabled = true; } in disable() function in android::MockCallback 467 cb->disable(); in TEST_F() 543 cb->disable(); in TEST_F() 570 cb->disable(); in notifyWakeup() 605 void disable() { mDisabled = true; } in disable() function in android::MockWakelockCallback 630 cb->disable(); in TEST_F() 644 cb->disable(); in TEST_F() 659 cb1->disable(); in TEST_F() 660 cb2->disable(); in TEST_F() 688 cb->disable(); in notifyAcquired() [all …]
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothManager.aidl | 46 boolean disable(in AttributionSource attributionSource, boolean persist); in disable() method
|
/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/apex/ |
D | pylintrc | 47 # it should appear only once). See also the "--disable" option for examples. 53 # file where it should appear only once).You can also use "--disable=all" to 54 # disable everything first and then reenable specific checks. For example, if 55 # you want to run only the similarities checker, you can use "--disable=all 57 # no Warning level messages displayed, use"--disable=all --enable=classes 58 # --disable=W" 59 disable=abstract-method,
|
/system/tools/mkbootimg/ |
D | pylintrc | 41 # it should appear only once). See also the "--disable" option for examples. 47 # file where it should appear only once).You can also use "--disable=all" to 48 # disable everything first and then reenable specific checks. For example, if 49 # you want to run only the similarities checker, you can use "--disable=all 51 # no Warning level messages displayed, use"--disable=all --enable=classes 52 # --disable=W" 53 disable=abstract-method,
|
/system/bt/test/suite/gatt/ |
D | gatt_test.cc | 75 ASSERT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TearDown()
|