/system/nfc/src/nfa/sys/ |
D | nfa_sys_main.cc | 158 (*nfa_sys_cb.reg[NFA_ID_DM]->disable)(); in nfa_sys_check_disabled() 269 if (nfa_sys_cb.reg[id]->disable != nullptr) { in nfa_sys_disable_subsystems() 271 (*nfa_sys_cb.reg[id]->disable)(); in nfa_sys_disable_subsystems() 282 (*nfa_sys_cb.reg[NFA_ID_DM]->disable)(); in nfa_sys_disable_subsystems()
|
/system/sepolicy/microdroid/system/private/ |
D | init_debug_policy.te | 17 # Allow init_debug_policy to set ro.debuggable to enable/disable adb root 20 # Allow init_debug_policy to set ro.log.file_logger.path to enable/disable console log
|
D | mls | 7 # don't want to disable MLS, since we share some file labels with the
|
/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/extras/ |
D | .clang-format-none | 1 # This clang-format configuration may be included in subdirectories to disable
|
/system/extras/simpleperf/demo/ |
D | .clang-format | 1 # This clang-format configuration may be included in subdirectories to disable
|
/system/extras/perf2cfg/ |
D | pylintrc | 9 disable=design
|
/system/netd/server/ |
D | netd.rc | 20 # Certain vendors disable 464xlat by setting a vendor property. 21 # The connectivity code in the Tethering APEX needs to disable
|
/system/extras/simpleperf/scripts/ |
D | pylintrc | 4 disable=C0111,W0403,design
|
/system/connectivity/wificond/ |
D | runtests.sh | 41 adb disable-verity
|
/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/sepolicy/private/ |
D | device_as_webcam.te | 12 # enale/disable itself
|
/system/nfc/src/nfa/include/ |
D | nfa_sys.h | 70 tNFA_SYS_DISABLE* disable; member
|
/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/std_overrides/ |
D | README.md | 13 default, but the developers can disable it by setting a flag in the nanoapp Makefile:
|
/system/hardware/interfaces/suspend/1.0/default/ |
D | SystemSuspendUnitTest.cpp | 565 void disable() { mDisabled = true; } in disable() function in android::MockCallback 588 cb->disable(); in TEST_F() 664 cb->disable(); in TEST_F() 691 cb->disable(); in notifyWakeup() 726 void disable() { mDisabled = true; } in disable() function in android::MockWakelockCallback 751 cb->disable(); in TEST_F() 765 cb->disable(); in TEST_F() 780 cb1->disable(); in TEST_F() 781 cb2->disable(); in TEST_F() 809 cb->disable(); in notifyAcquired() [all …]
|
/system/chre/build/arch/ |
D | hexagon.mk | 41 TARGET_CFLAGS += -mllvm -disable-hsdr
|
/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/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/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/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/libsysprop/srcs/android/sysprop/ |
D | TelephonyProperties.sysprop | 259 prop_name: "ro.telephony.disable-call" 314 # Set to false to disable SMS receiving, default is 327 # Set to false to disable SMS sending, default is
|