Home
last modified time | relevance | path

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

123

/system/bt/test/suite/adapter/
Dadapter_unittest.cc42 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/
Dnfa_sys_main.cc162 (*nfa_sys_cb.reg[NFA_ID_DM]->disable)(); in nfa_sys_check_disabled()
276 if (nfa_sys_cb.reg[id]->disable != NULL) { 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/
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/core/libutils/tests/
DREADME.txt4 (after adb root; adb disable-verity; adb reboot)
/system/connectivity/wifilogd/
Druntests.sh40 adb disable-verity
/system/connectivity/wificond/
Druntests.sh41 adb disable-verity
/system/bt/binder/android/bluetooth/
DIBluetoothManager.aidl39 boolean disable(String packageName, boolean persist); in disable() method
DIBluetooth.aidl41 boolean disable(); in disable() method
/system/nfc/src/nfa/include/
Dnfa_sys.h71 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/bt/test/suite/rfcomm/
Drfcomm_test.cc73 ASSERT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TearDown()
/system/chre/build/arch/
Dhexagon.mk41 TARGET_CFLAGS += -mllvm -disable-hsdr
/system/bt/tools/bdtool/
Dbdtool.c271 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/bt/btif/src/
Dbluetooth.cc167 static int disable(void) { in disable() function
436 disable,
/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/libhwbinder/include/hwbinder/
DIPCThreadState.h92 static void disableBackgroundScheduling(bool disable);
/system/extras/simpleperf/
DAndroid.bp28 // And disable some dumb things.
/system/bt/test/suite/gatt/
Dgatt_test.cc75 ASSERT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TearDown()
/system/bt/bta/sys/
Dbta_sys_main.cc623 bta_sys_cb.reg[bta_id]->disable != NULL) { in bta_sys_disable()
624 (*bta_sys_cb.reg[bta_id]->disable)(); in bta_sys_disable()
Dbta_sys.h157 tBTA_SYS_DISABLE* disable; member
/system/core/libunwindstack/
DAndroid.bp79 // Always disable optimizations for host to make it easier to debug.
135 // Always disable optimizations for host to make it easier to debug.
/system/extras/perfprofd/
DAndroid.bp28 // And disable some dumb things.
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dflatbuffers_types.fbs61 disconnected_mode_scan_interval_ms:uint; // 0 means disable

123