Searched refs:disable (Results 1 - 25 of 27) sorted by relevance

12

/system/core/libsuspend/
H A Dautosuspend_ops.h22 int (*disable)(void); member in struct:autosuspend_ops
H A Dautosuspend.c93 ret = autosuspend_ops->disable();
H A Dautosuspend_wakeup_count.c155 .disable = autosuspend_wakeup_count_disable,
/system/bt/service/doc/
H A DIBluetooth.txt59 boolean disable();
/system/bt/test/suite/adapter/
H A Dadapter_unittest.cc42 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
56 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
108 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
126 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
145 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
166 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
188 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
/system/core/adb/
H A Dtransport_usb.cpp105 static bool disable = getenv("ADB_LIBUSB") && strcmp(getenv("ADB_LIBUSB"), "0") == 0;
106 return !disable;
/system/nfc/src/nfa/sys/
H A Dnfa_sys_main.c137 ** disable DM. Called during NFA shutdown
155 /* All subsystems disabled. disable DM */
157 (*nfa_sys_cb.reg[NFA_ID_DM]->disable)();
181 /* If all subsystems above NFA_DM have been disabled, then okay to disable
209 ** Description Called by other BTA subsystems to get disable
268 if (nfa_sys_cb.reg[id]->disable != NULL) {
270 (*nfa_sys_cb.reg[id]->disable)();
279 /* If All subsystems disabled. disable DM */
281 (*nfa_sys_cb.reg[NFA_ID_DM]->disable)();
/system/bt/test/suite/rfcomm/
H A Drfcomm_test.cc79 ASSERT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
/system/chre/build/arch/
H A Dhexagon.mk30 TARGET_CFLAGS += -mllvm -disable-hsdr
/system/nfc/src/nfa/int/
H A Dnfa_sys.h58 /* disable function type */
72 tNFA_SYS_DISABLE* disable; member in struct:__anon2281
H A Dnfa_dm_int.h195 tNFA_DM_API_DISABLE disable; /* NFA_DM_API_DISABLE_EVT */ member in union:__anon2139
/system/extras/perfprofd/quipper/base/
H A Dcompiler_specific.h30 __pragma(warning(disable:n))
33 // remains in effect until popped by MSVC_POP_WARNING(). Use 0 to disable all
/system/bt/test/suite/gatt/
H A Dgatt_test.cc76 ASSERT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
/system/libhwbinder/include/hwbinder/
H A DIPCThreadState.h81 // Call this to disable switching threads to background scheduling when
86 static void disableBackgroundScheduling(bool disable);
/system/bt/tools/bdtool/
H A Dbdtool.c272 CALL_AND_WAIT(bt_interface->disable(), adapter_state_changed);
279 CALL_AND_WAIT(bt_interface->disable(), adapter_state_changed);
/system/bt/bta/sys/
H A Dbta_sys_main.cc120 BTA_SYS_HW_STOPPING}, /* successive disable/enable:
122 completion to disable */
124 BTA_SYS_HW_STARTING}, /* successive enable/disable:
148 BTA_SYS_HW_STOPPING}, /* successive enable/disable:
152 BTA_SYS_HW_STOPPING}, /* successive enable/disable:
568 * Description For each registered subsystem execute its disable function.
592 bta_sys_cb.reg[bta_id]->disable != NULL) {
593 (*bta_sys_cb.reg[bta_id]->disable)();
H A Dbta_sys.h41 /* disable function type */
153 tBTA_SYS_DISABLE* disable; member in struct:__anon535
/system/bt/btif/src/
H A Dbluetooth.cc160 static int disable(void) { function
420 disable,
452 /* fixme -- add property to disable bt interface ? */
/system/nfc/src/nfa/dm/
H A Dnfa_dm_act.c46 /* This is the timeout value to guarantee disable is performed within reasonable
211 ** Description report disable event
451 NFA_TRACE_DEBUG1("nfa_dm_disable (): graceful:%d", p_data->disable.graceful);
453 if (p_data->disable.graceful) {
482 nfa_sys_disable_subsystems(p_data->disable.graceful);
944 ** Description Process disable polling command
999 ** Description Process disable listening command
1265 ** Description timeout on disable process. Shutdown immediately
1271 tNFA_DM_API_DISABLE disable; local
1273 disable
[all...]
/system/core/libpixelflinger/
H A Draster.cpp158 c->procs.disable(c, GGL_W_LERP);
H A Dpixelflinger.cpp749 GGL_INIT_PROC(procs, disable);
/system/bt/service/
H A Dadapter.cc146 int status = hal::BluetoothInterface::Get()->GetHALInterface()->disable();
148 LOG(ERROR) << "Failed to disable Bluetooth - status: "
/system/core/libpixelflinger/include/pixelflinger/
H A Dpixelflinger.h64 // enable/disable
224 // enable/disable features
226 void (*disable)(void* c, GGLenum name); member in struct:__anon1594
/system/libhwbinder/
H A DIPCThreadState.cpp335 void IPCThreadState::disableBackgroundScheduling(bool disable) argument
337 gDisableBackgroundScheduling = disable;
/system/tpm/trunks/
H A Dmock_tpm.h1230 const TPMI_YES_NO& disable,
1236 const TPMI_YES_NO& disable,

Completed in 648 milliseconds

12