Home
last modified time | relevance | path

Searched refs:pause (Results 1 – 12 of 12) sorted by relevance

/system/core/llkd/
Dllkd.cpp46 ::pause(); in main()
/system/core/reboot/
Dreboot.c77 pause(); in main()
/system/tools/hidl/test/hidl_test/
Dhidl_test_servers.cpp100 pause(); in main()
/system/core/storaged/
Dmain.cpp53 storaged_sp->pause(); in storaged_main()
/system/memory/libmemunreachable/tests/
DBinder_test.cpp111 pause(); in Service()
/system/core/fastboot/device/
Dcommands.cpp356 TEMP_FAILURE_RETRY(pause()); in ShutDownHandler()
364 TEMP_FAILURE_RETRY(pause()); in RebootHandler()
372 TEMP_FAILURE_RETRY(pause()); in RebootBootloaderHandler()
380 TEMP_FAILURE_RETRY(pause()); in RebootFastbootHandler()
418 TEMP_FAILURE_RETRY(pause()); in RebootRecoveryHandler()
/system/core/storaged/include/
Dstoraged.h106 void pause(void) { in pause() function
/system/logging/logd/
Dmain.cpp310 TEMP_FAILURE_RETRY(pause()); in main()
/system/core/debuggerd/crasher/
Dcrasher.cpp272 while (true) pause(); in do_action()
/system/memory/libmemunreachable/
DREADME.md60 …t out of sync with observed post-ptrace thread state, since it takes some time to pause the parent.
/system/extras/simpleperf/doc/
Dandroid_application_profiling.md304 use the api to start/pause/resume/stop recording. To start recording, the app_api forks a child
/system/bt/audio_bluetooth_hw/
Dstream_apis.cc717 out->stream_out_.pause = out_pause; in adev_open_output_stream()