HomeSort by relevance Sort by last modified time
    Searched refs:StopEvent (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/include/
TimedEventQueue.h 105 struct StopEvent : public TimedEventQueue::Event {
  /frameworks/av/media/libstagefright/
TimedEventQueue.cpp 70 postEventToBack(new StopEvent);
72 postTimedEvent(new StopEvent, INT64_MIN);
85 // the StopEvent to the absolute head of the queue.

Completed in 61 milliseconds