Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DGeneratorHub.h46 struct VhalEvent { struct
52 bool operator()(const VhalEvent& lhs, const VhalEvent& rhs) const { in operator() argument
80 std::priority_queue<VhalEvent, std::vector<VhalEvent>, GreaterByTime> mEventQueue;
DGeneratorHub.cpp71 const VhalEvent& curEvent = mEventQueue.top(); in run()