Searched refs:disable (Results 1 – 25 of 31) sorted by relevance
12
/system/bt/test/suite/adapter/ |
D | adapter_unittest.cpp | 45 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F() 59 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F() 110 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F() 128 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F() 147 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F() 168 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TEST_F()
|
/system/core/libsuspend/ |
D | autosuspend_ops.h | 22 int (*disable)(void); member
|
D | autosuspend.c | 105 ret = autosuspend_ops->disable(); in autosuspend_disable()
|
D | autosuspend_autosleep.c | 82 .disable = autosuspend_autosleep_disable,
|
D | autosuspend_earlysuspend.c | 158 .disable = autosuspend_earlysuspend_disable,
|
D | autosuspend_wakeup_count.c | 154 .disable = autosuspend_wakeup_count_disable,
|
/system/extras/perfprofd/quipper/base/ |
D | compiler_specific.h | 30 __pragma(warning(disable:n))
|
/system/bt/tools/bdtool/ |
D | bdtool.c | 251 CALL_AND_WAIT(bt_interface->disable(), adapter_state_changed); in main() 258 CALL_AND_WAIT(bt_interface->disable(), adapter_state_changed); in sig_handler()
|
/system/bt/btif/src/ |
D | bluetooth.c | 156 static int disable(void) { in disable() function 476 disable,
|
/system/bt/bta/sys/ |
D | bta_sys_main.c | 633 if (bta_sys_cb.is_reg[bta_id] == TRUE && bta_sys_cb.reg[bta_id]->disable != NULL) in bta_sys_disable() 635 (*bta_sys_cb.reg[bta_id]->disable)(); in bta_sys_disable()
|
D | bta_sys.h | 155 tBTA_SYS_DISABLE *disable; member
|
/system/bt/test/suite/gatt/ |
D | gatt_test.cpp | 87 ASSERT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS); in TearDown()
|
/system/core/libpixelflinger/include/pixelflinger/ |
D | pixelflinger.h | 226 void (*disable)(void* c, GGLenum name); member
|
/system/core/libpixelflinger/ |
D | raster.cpp | 158 c->procs.disable(c, GGL_W_LERP); in gglBitBlit()
|
D | pixelflinger.cpp | 749 GGL_INIT_PROC(procs, disable); in ggl_init_procs()
|
/system/bt/service/ |
D | adapter.cpp | 146 int status = hal::BluetoothInterface::Get()->GetHALInterface()->disable(); in Disable()
|
/system/bt/service/doc/ |
D | IBluetooth.txt | 59 boolean disable();
|
/system/core/rootdir/ |
D | init.usb.rc | 28 # Used to disable USB when switching states
|
D | init.rc | 135 # disable icmp redirects
|
/system/connectivity/shill/doc/ |
D | profile-api.txt | 32 This ensures that enable/disable state is maintained between users
|
D | device-api.txt | 67 (Cellular only) Enable or disable PIN protection for 650 0 will disable the periodic scanning.
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 90 # documentation (similar to Javadoc). Set to NO to disable this. 397 # Note: This will also disable the warnings about undocumented members that are 578 # The GENERATE_TODOLIST tag can be used to enable ( YES) or disable ( NO) the 585 # The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the 592 # The GENERATE_BUGLIST tag can be used to enable ( YES) or disable ( NO) the bug 598 # The GENERATE_DEPRECATEDLIST tag can be used to enable ( YES) or disable ( NO) 622 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at 629 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This 636 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces 871 # it is also possible to disable source filtering for a specific pattern using [all …]
|
D | Doxyfile | 90 # documentation (similar to Javadoc). Set to NO to disable this. 397 # Note: This will also disable the warnings about undocumented members that are 578 # The GENERATE_TODOLIST tag can be used to enable ( YES) or disable ( NO) the 585 # The GENERATE_TESTLIST tag can be used to enable ( YES) or disable ( NO) the 592 # The GENERATE_BUGLIST tag can be used to enable ( YES) or disable ( NO) the bug 598 # The GENERATE_DEPRECATEDLIST tag can be used to enable ( YES) or disable ( NO) 622 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at 629 # Set the SHOW_FILES tag to NO to disable the generation of the Files page. This 636 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces 871 # it is also possible to disable source filtering for a specific pattern using [all …]
|
/system/core/init/ |
D | readme.txt | 233 Stop and disable all services of the specified class if they are 312 Like stop, but doesn't disable the service.
|
/system/tpm/trunks/ |
D | mock_tpm.h | 1231 const TPMI_YES_NO& disable, 1237 const TPMI_YES_NO& disable,
|
12