Searched refs:evsEvent (Results 1 – 4 of 4) sorted by relevance
47 ScopedAStatus FrameHandlerUltrasonics::notify(const EvsEventDesc& evsEvent) { in notify() argument48 switch (evsEvent.aType) { in notify()53 mReceivedEvents.emplace_back(evsEvent); in notify()109 bool FrameHandlerUltrasonics::checkEventReceived(const EvsEventDesc& evsEvent) { in checkEventReceived() argument113 auto iter = find(mReceivedEvents.begin(), mReceivedEvents.end(), evsEvent); in checkEventReceived()
40 const ::aidl::android::hardware::automotive::evs::EvsEventDesc& evsEvent);
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);