Home
last modified time | relevance | path

Searched refs:pendingRequestPool (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp232 const CallbackType& callback, std::shared_ptr<PendingRequestPool> pendingRequestPool) { in getOrCreateClient() argument
235 (*clients)[clientId] = std::make_shared<T>(pendingRequestPool, callback); in getOrCreateClient()
311 const CallbackType& callback, std::shared_ptr<PendingRequestPool> pendingRequestPool);
315 const CallbackType& callback, std::shared_ptr<PendingRequestPool> pendingRequestPool);
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/include/
DDefaultVehicleHal.h226 const CallbackType& callback, std::shared_ptr<PendingRequestPool> pendingRequestPool);