Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/evs/aidl/vts/
DFrameHandlerUltrasonics.cpp47 ScopedAStatus FrameHandlerUltrasonics::notify(const EvsEventDesc& evsEvent) { in notify() argument
48 switch (evsEvent.aType) { in notify()
53 mReceivedEvents.emplace_back(evsEvent); in notify()
109 bool FrameHandlerUltrasonics::checkEventReceived(const EvsEventDesc& evsEvent) { in checkEventReceived() argument
113 auto iter = find(mReceivedEvents.begin(), mReceivedEvents.end(), evsEvent); in checkEventReceived()
DFrameHandlerUltrasonics.h40 const ::aidl::android::hardware::automotive::evs::EvsEventDesc& evsEvent);
/hardware/interfaces/automotive/evs/1.1/vts/functional/
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()
DFrameHandlerUltrasonics.h35 const android::hardware::automotive::evs::V1_1::EvsEventDesc& evsEvent) override;
40 bool checkEventReceived(android::hardware::automotive::evs::V1_1::EvsEventDesc evsEvent);