Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 25 of 54) sorted by relevance

123

/system/nfc/src/nfa/sys/
Dnfa_sys_main.cc158 (*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/
Dinit_debug_policy.te17 # 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
Dmls7 # don't want to disable MLS, since we share some file labels with the
/system/core/libsuspend/
Dautosuspend_ops.h22 int (*disable)(void); member
Dautosuspend.c82 ret = autosuspend_ops->disable(); in autosuspend_disable()
Dautosuspend_wakeup_count.cpp229 .disable = autosuspend_wakeup_count_disable,
/system/extras/
D.clang-format-none1 # This clang-format configuration may be included in subdirectories to disable
/system/extras/simpleperf/demo/
D.clang-format1 # This clang-format configuration may be included in subdirectories to disable
/system/extras/perf2cfg/
Dpylintrc9 disable=design
/system/netd/server/
Dnetd.rc20 # Certain vendors disable 464xlat by setting a vendor property.
21 # The connectivity code in the Tethering APEX needs to disable
/system/extras/simpleperf/scripts/
Dpylintrc4 disable=C0111,W0403,design
/system/connectivity/wificond/
Druntests.sh41 adb disable-verity
/system/libvintf/include/vintf/
DCheckFlags.h30 [[nodiscard]] constexpr Type disable##name() const { return Type(mValue & ~(1 << bit)); } \
DSerializeFlags.h33 constexpr Type disable##name() const { return Type(mValue & ~(1 << bit)); } \
/system/sepolicy/private/
Ddevice_as_webcam.te12 # enale/disable itself
/system/nfc/src/nfa/include/
Dnfa_sys.h70 tNFA_SYS_DISABLE* disable; member
/system/hardware/interfaces/net/netd/1.1/
DINetd.hal97 * 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/
DREADME.md13 default, but the developers can disable it by setting a flag in the nanoapp Makefile:
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp565 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/
Dhexagon.mk41 TARGET_CFLAGS += -mllvm -disable-hsdr
/system/tools/mkbootimg/
Dpylintrc41 # 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/
Dpylintrc47 # 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/
Dpylintrc70 # 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/
DREADME.overlayfs.md17 OverlayFS resolves these debug scenarios with the _adb disable-verity_ and
27 $ adb disable-verity
47 $ adb disable-verity
/system/libsysprop/srcs/android/sysprop/
DTelephonyProperties.sysprop259 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

123