Home
last modified time | relevance | path

Searched refs:svEvent (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/sv/1.0/vts/functional/
DSurroundViewStreamHandler.cpp30 Return<void> SurroundViewServiceHandler::notify(SvEvent svEvent) { in notify() argument
31 ALOGD("SurroundViewServiceHandler::notify %d", svEvent); in notify()
34 switch (svEvent) { in notify()
40 mReceivedEvents.emplace_back(svEvent); in notify()
91 bool SurroundViewServiceHandler::checkEventReceived(SvEvent svEvent) { in checkEventReceived() argument
95 auto iter = find(mReceivedEvents.begin(), mReceivedEvents.end(), svEvent); in checkEventReceived()
DSurroundViewStreamHandler.h37 Return<void> notify(SvEvent svEvent) override;
40 bool checkEventReceived(SvEvent svEvent);
/hardware/interfaces/automotive/sv/1.0/
DISurroundViewStream.hal35 * @param svEvent Surround view event.
37 oneway notify(SvEvent svEvent);