Home
last modified time | relevance | path

Searched refs:BaseWatchdogClient (Results 1 – 7 of 7) sorted by relevance

/device/google/trout/hal/common/android/watchdog/
DBaseWatchdogClient.cpp32 BaseWatchdogClient::BaseWatchdogClient(const sp<Looper>& handlerLooper) in BaseWatchdogClient() function in android::hardware::automotive::utils::BaseWatchdogClient
37 ndk::ScopedAStatus BaseWatchdogClient::checkIfAlive(int32_t sessionId, TimeoutLength /*timeout*/) { in checkIfAlive()
47 ndk::ScopedAStatus BaseWatchdogClient::prepareProcessTermination() { in prepareProcessTermination()
51 bool BaseWatchdogClient::initialize() { in initialize()
81 void BaseWatchdogClient::respondToWatchdog() { in respondToWatchdog()
101 BaseWatchdogClient::MessageHandlerImpl::MessageHandlerImpl(BaseWatchdogClient* client) in MessageHandlerImpl()
104 void BaseWatchdogClient::MessageHandlerImpl::handleMessage(const Message& message) { in handleMessage()
DBaseWatchdogClient.h26 class BaseWatchdogClient : public aidl::android::automotive::watchdog::BnCarWatchdogClient {
34 virtual ~BaseWatchdogClient() = default;
37 explicit BaseWatchdogClient(const ::android::sp<::android::Looper>& handlerLooper);
43 explicit MessageHandlerImpl(BaseWatchdogClient* client);
47 BaseWatchdogClient* mClient;
DAndroid.bp26 "BaseWatchdogClient.cpp"
/device/google/trout/hal/audiocontrol/aidl/1.0/
DWatchdogClient.h29 class WatchdogClient : public ::android::hardware::automotive::utils::BaseWatchdogClient {
DWatchdogClient.cpp37 : BaseWatchdogClient(handlerLooper), mAudioControl(audioCtrl) {} in WatchdogClient()
/device/google/trout/hal/dumpstate/1.1/
DWatchdogClient.h29 class WatchdogClient : public android::hardware::automotive::utils::BaseWatchdogClient {
DWatchdogClient.cpp35 : BaseWatchdogClient(handlerLooper), mDumpstateImpl(ddh) {} in WatchdogClient()