Home
last modified time | relevance | path

Searched defs:ClientConfig (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/services/Car/cpp/computepipe/proto/
H A DClientConfig.proto7 message ClientConfig { message
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
H A DCarWatchdogClient.java168 private static final class ClientConfig { class in CarWatchdogClient
174 ClientConfig(int timeout, int inactiveMainAfterInSec, int notRespondAfterInSec, in ClientConfig() method in CarWatchdogClient.ClientConfig
/aosp12/packages/services/Car/cpp/computepipe/runner/include/
H A DRunnerComponent.h102 ClientConfig(ClientConfig&& c) { in ClientConfig() function
/aosp12/packages/services/Car/cpp/computepipe/runner/
H A DRunnerComponent.cpp109 Status RunnerComponentInterface::handleConfigPhase(const ClientConfig& /* e*/) { in handleConfigPhase()