Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/1.0/vts/functional/
DVtsEvsV1_0TargetTest.cpp342 frameHandler->shutdown(); in TEST_F()
410 frameHandler->shutdown(); in TEST_F()
469 frameHandler->shutdown(); in TEST_F()
DFrameHandler.h52 void shutdown();
DFrameHandler.cpp41 void FrameHandler::shutdown() in shutdown() function in FrameHandler
/hardware/libhardware_legacy/include/hardware_legacy/
DIMountService.h59 virtual void shutdown() = 0;
/hardware/qcom/gps/msm8084/core/
DLocAdapterBase.cpp133 shutdown()
DLocAdapterBase.h103 virtual void shutdown();
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
DLocEngAdapter.cpp56 void LocInternalAdapter::shutdown() { in shutdown() function in LocInternalAdapter
DLocEngAdapter.h67 virtual void shutdown();
/hardware/interfaces/radio/1.0/
DISapCallback.hal41 * @param disconnectType Disconnect Type to indicate if shutdown is graceful or immediate
DIRadio.hal547 * true => Radio shutdown requested
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal2065 * AP can enter deep sleep state. If not set, AP will always shutdown from
2091 * The power controller has requested AP to shutdown. AP can either enter
2092 * sleep state or start full shutdown. AP can also request postponing
2093 * shutdown by sending VehicleApPowerSetState#SHUTDOWN_POSTPONE message. The
2094 * power controller must change power state to this state to shutdown
2103 /** AP must shutdown immediately. Postponing is not allowed. */
2109 /** AP can only shutdown with postponing allowed. */
2115 * AP has finished boot up, and can start shutdown if requested by power
2135 * int32Values[1]: Time to postpone shutdown in ms. Maximum value can be
2143 * AP is starting shutting down. When system completes shutdown, everything
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp740 sink->shutdown(true); in audio_config_compare()