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

12

/system/core/libsuspend/
H A Dautosuspend_ops.h22 int (*disable)(void); member in struct:autosuspend_ops
H A Dautosuspend.c82 ret = autosuspend_ops->disable();
H A Dautosuspend_wakeup_count.cpp229 .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);
109 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
127 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
146 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
167 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
189 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
/system/connectivity/wificond/
H A Druntests.sh38 # 'disable-verity' will appear in 'adb remount' output if
40 if adb remount | grep 'disable-verity'; then
41 adb disable-verity
/system/connectivity/wifilogd/
H A Druntests.sh37 # 'disable-verity' will appear in 'adb remount' output if
39 if adb remount | grep 'disable-verity'; then
40 adb disable-verity
/system/tools/hidl/docs/src/writer/elements/
H A DTypedefElement.kt37 <pre class="prettyprint devsite-disable-click-to-copy">${declaration()}</pre>
H A DAbstractElement.kt36 <pre class="prettyprint devsite-disable-click-to-copy">${declaration()}</pre>
/system/nfc/src/nfa/sys/
H A Dnfa_sys_main.cc142 ** disable DM. Called during NFA shutdown
160 /* All subsystems disabled. disable DM */
162 (*nfa_sys_cb.reg[NFA_ID_DM]->disable)();
187 /* If all subsystems above NFA_DM have been disabled, then okay to disable
215 ** Description Called by other BTA subsystems to get disable
276 if (nfa_sys_cb.reg[id]->disable != NULL) {
278 (*nfa_sys_cb.reg[id]->disable)();
287 /* If All subsystems disabled. disable DM */
289 (*nfa_sys_cb.reg[NFA_ID_DM]->disable)();
/system/bt/binder/android/bluetooth/
H A DIBluetoothManager.aidl39 boolean disable(String packageName, boolean persist);
H A DIBluetooth.aidl41 boolean disable();
/system/bt/test/suite/rfcomm/
H A Drfcomm_test.cc73 ASSERT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
/system/chre/build/arch/
H A Dhexagon.mk41 TARGET_CFLAGS += -mllvm -disable-hsdr
/system/nfc/src/nfa/include/
H A Dnfa_sys.h58 /* disable function type */
71 tNFA_SYS_DISABLE* disable; member in struct:__anon2416
/system/bt/test/suite/gatt/
H A Dgatt_test.cc75 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.c271 CALL_AND_WAIT(bt_interface->disable(), adapter_state_changed);
278 CALL_AND_WAIT(bt_interface->disable(), adapter_state_changed);
/system/bt/bta/sys/
H A Dbta_sys_main.cc118 BTA_SYS_HW_STOPPING}, /* successive disable/enable:
120 completion to disable */
122 BTA_SYS_HW_STARTING}, /* successive enable/disable:
146 BTA_SYS_HW_STOPPING}, /* successive enable/disable:
150 BTA_SYS_HW_STOPPING}, /* successive enable/disable:
599 * Description For each registered subsystem execute its disable function.
623 bta_sys_cb.reg[bta_id]->disable != NULL) {
624 (*bta_sys_cb.reg[bta_id]->disable)();
H A Dbta_sys.h46 /* disable function type */
157 tBTA_SYS_DISABLE* disable; member in struct:__anon477
/system/bt/btif/src/
H A Dbluetooth.cc167 static int disable(void) { function
436 disable,
/system/bt/include/hardware/
H A Dbluetooth.h454 int (*disable)(void); member in struct:__anon695
/system/core/libpixelflinger/
H A Draster.cpp157 c->procs.disable(c, GGL_W_LERP);
/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:__anon1737

Completed in 352 milliseconds

12