Home
last modified time | relevance | path

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

/system/weaved/brillo/android/weave/
DIWeaveCommand.aidl33 void pause(); in pause() method
/system/core/reboot/
Dreboot.c74 while(1) { pause(); } in main()
/system/weaved/buffet/
Dbinder_command_proxy.h49 android::binder::Status pause() override;
Dbinder_command_proxy_unittest.cc160 EXPECT_TRUE(GetCommandProxy()->pause().isOk()); in TEST_F()
Dbinder_command_proxy.cc159 android::binder::Status BinderCommandProxy::pause() { in pause() function in buffet::BinderCommandProxy
/system/bt/btif/src/
Dbtif_avrcp_audio_track.cpp118 trackHolder->track->pause(); in BtifAvrcpAudioTrackPause()
/system/weaved/libweaved/
Dcommand.cc168 return StatusToError(binder_proxy_->pause(), error); in Pause()
/system/core/logd/
Dmain.cpp526 TEMP_FAILURE_RETRY(pause()); in main()
/system/core/init/
Dinit.cpp257 while (true) { pause(); } // never reached in security_failure()
Dbuiltins.cpp147 while (1) { pause(); } // never reached in wipe_data_via_recovery()
/system/core/adb/
Dservices.cpp179 pause(); in reboot_service()