Searched defs:mReceivedEvents (Results 1 – 9 of 9) sorted by relevance
47 std::vector<::aidl::android::hardware::automotive::evs::EvsEventDesc> mReceivedEvents; variable
49 vector<SvEvent> mReceivedEvents; variable
48 std::vector<android::hardware::automotive::evs::V1_1::EvsEventDesc> mReceivedEvents; variable
37 private List<CarPropertyValue> mReceivedEvents; field in VhalEventVerifier
142 std::vector<HidlVecOfValues> mReceivedEvents; variable
54 private final List<UserVisibilityChangedEvent> mReceivedEvents = new ArrayList<>(); field in AsyncUserVisibilityListener
99 private final BlockingQueue<ReceivedEvent> mReceivedEvents = new LinkedBlockingQueue<>(); field in ViewUnbufferedTest
142 public List<AccessibilityEvent> mReceivedEvents = new ArrayList<AccessibilityEvent>(); field in AccessibilityEventTest.EventReportingLinearLayout