Searched refs:evsEvent (Results 1 – 2 of 2) sorted by relevance
38 Return<void> FrameHandlerUltrasonics::notify(const EvsEventDesc& evsEvent) { in notify() argument39 switch (evsEvent.aType) { in notify()44 mReceivedEvents.emplace_back(evsEvent); in notify()155 bool FrameHandlerUltrasonics::checkEventReceived(EvsEventDesc evsEvent) { in checkEventReceived() argument159 auto iter = find(mReceivedEvents.begin(), mReceivedEvents.end(), evsEvent); in checkEventReceived()
35 const android::hardware::automotive::evs::V1_1::EvsEventDesc& evsEvent) override;40 bool checkEventReceived(android::hardware::automotive::evs::V1_1::EvsEventDesc evsEvent);