Searched defs:ClientInfo (Results 1 – 4 of 4) sorted by relevance
/packages/services/Car/watchdog/server/src/ |
D | WatchdogProcessService.h | 73 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/ |
D | CarWatchdogService.java | 591 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/ |
D | AppFocusService.java | 375 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/ |
D | ClientInterfaceTest.cc | 90 class ClientInfo : public BnClientInfo { class
|