Home
last modified time | relevance | path

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

/packages/services/Car/watchdog/server/src/
DWatchdogProcessService.h73 struct ClientInfo { struct
74 ClientInfo(const android::sp<ICarWatchdogClient>& client, pid_t pid, userid_t userId, in ClientInfo() argument
89 typedef std::unordered_map<int, ClientInfo> PingedClientMap; argument
/packages/services/Car/service/src/com/android/car/watchdog/
DCarWatchdogService.java591 private final class ClientInfo implements IBinder.DeathRecipient { class in CarWatchdogService
598 private ClientInfo(ICarWatchdogClient client, int pid, @UserIdInt int userId, int timeout) { in ClientInfo() method in CarWatchdogService.ClientInfo
/packages/services/Car/service/src/com/android/car/
DAppFocusService.java375 private class ClientInfo extends class in AppFocusService
383 private ClientInfo(ClientHolder holder, IAppFocusListener binder, int uid, int pid, in ClientInfo() method in AppFocusService.ClientInfo
/packages/services/Car/computepipe/tests/runner/client_interface/
DClientInterfaceTest.cc90 class ClientInfo : public BnClientInfo { class