Home
last modified time | relevance | path

Searched refs:countSubscribeClients (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DDefaultVehicleHal.h205 size_t countSubscribeClients();
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp984 dprintf(fd, "Currently have %zu subscribe clients\n", countSubscribeClients()); in dump()
989 size_t DefaultVehicleHal::countSubscribeClients() { in countSubscribeClients() function in android::hardware::automotive::vehicle::DefaultVehicleHal
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/test/
DDefaultVehicleHalTest.cpp443 mVhal->countSubscribeClients(); in countClients()