Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/evs/1.1/vts/functional/
H A DFrameHandlerUltrasonics.cpp38 Return<void> FrameHandlerUltrasonics::notify(const EvsEventDesc& evsEvent) { in notify() argument
39 switch (evsEvent.aType) { in notify()
44 mReceivedEvents.emplace_back(evsEvent); in notify()
155 bool FrameHandlerUltrasonics::checkEventReceived(EvsEventDesc evsEvent) { in checkEventReceived() argument
159 auto iter = find(mReceivedEvents.begin(), mReceivedEvents.end(), evsEvent); in checkEventReceived()
H A DFrameHandlerUltrasonics.h35 const android::hardware::automotive::evs::V1_1::EvsEventDesc& evsEvent) override;
40 bool checkEventReceived(android::hardware::automotive::evs::V1_1::EvsEventDesc evsEvent);