Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/3/vhal/src/
DDefaultVehicleHal.cpp200 auto batchedEventQueueStrong = batchedEventQueue.lock(); in batchPropertyChangeEvent() local
201 if (batchedEventQueueStrong == nullptr) { in batchPropertyChangeEvent()
205 batchedEventQueueStrong->push(std::move(updatedValues)); in batchPropertyChangeEvent()
/hardware/interfaces/automotive/vehicle/aidl/impl/current/vhal/src/
DDefaultVehicleHal.cpp213 auto batchedEventQueueStrong = batchedEventQueue.lock(); in batchPropertyChangeEvent() local
214 if (batchedEventQueueStrong == nullptr) { in batchPropertyChangeEvent()
219 batchedEventQueueStrong->push(std::move(updatedValues)); in batchPropertyChangeEvent()