Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp2504 while (mRequests.waitForItems()) { in PendingRequestHandler()
2513 mRequests.push({ in addRequest()
2521 mRequests.deactivate(); in stop()
2532 for (const auto& rwc : mRequests.flush()) { in handleRequestsOnce()
2550 for (const auto& rwc : mRequests.flush()) { in handleRequestsOnce()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/include/
DFakeVehicleHardware.h142 ConcurrentQueue<RequestWithCallback<CallbackType, RequestType>> mRequests; variable