Home
last modified time | relevance | path

Searched refs:WatchdogClient (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DWatchdogClient.cpp39 WatchdogClient::WatchdogClient(const sp<Looper>& handlerLooper, VehicleHalManager* vhalManager) in WatchdogClient() function in android::hardware::automotive::vehicle::V2_0::WatchdogClient
44 ndk::ScopedAStatus WatchdogClient::checkIfAlive(int32_t sessionId, TimeoutLength /*timeout*/) { in checkIfAlive()
54 ndk::ScopedAStatus WatchdogClient::prepareProcessTermination() { in prepareProcessTermination()
58 bool WatchdogClient::initialize() { in initialize()
88 void WatchdogClient::respondToWatchdog() { in respondToWatchdog()
108 bool WatchdogClient::isClientHealthy() const { in isClientHealthy()
124 WatchdogClient::MessageHandlerImpl::MessageHandlerImpl(WatchdogClient* client) : mClient(client) {} in MessageHandlerImpl()
126 void WatchdogClient::MessageHandlerImpl::handleMessage(const Message& message) { in handleMessage()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DWatchdogClient.h33 class WatchdogClient : public aidl::android::automotive::watchdog::BnCarWatchdogClient {
35 explicit WatchdogClient(const ::android::sp<::android::Looper>& handlerLooper,
47 explicit MessageHandlerImpl(WatchdogClient* client);
51 WatchdogClient* mClient;
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp57 using ::android::hardware::automotive::vehicle::V2_0::WatchdogClient;
419 if (auto watchdogClient = ndk::SharedRefBase::make<WatchdogClient>(looper, service); in invokeWatchDogClient()
/hardware/interfaces/automotive/vehicle/2.0/default/
DAndroid.bp67 "common/src/WatchdogClient.cpp",