Home
last modified time | relevance | path

Searched defs:getClientCount (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/services/Car/cpp/evs/manager/1.0/
H A DHalCamera.h56 unsigned getClientCount() { return mClients.size(); }; in getClientCount() function
/aosp12/packages/services/Car/cpp/evs/manager/1.1/
H A DHalCamera.h84 unsigned getClientCount() { return mClients.size(); }; in getClientCount() function
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogProcessHandler.java224 public int getClientCount(int timeout) { in getClientCount() method in WatchdogProcessHandler
H A DCarWatchdogService.java459 int getClientCount(int timeout) { in getClientCount() method in CarWatchdogService
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DClientDescriptor.h269 size_t getClientCount() const { in getClientCount() function