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

  /external/chromium_org/third_party/libjingle/source/talk/base/
profiler.h 82 #define PROFILE_STOP(msg) talk_base::Profiler::Instance()->StopEvent(msg)
132 void StopEvent(const std::string& event_name);
159 Profiler::Instance()->StopEvent(event_name_);
profiler.cc 111 void Profiler::StopEvent(const std::string& event_name) {
  /frameworks/av/media/libstagefright/include/
TimedEventQueue.h 123 struct StopEvent : public TimedEventQueue::Event {
  /frameworks/av/media/libstagefright/
TimedEventQueue.cpp 80 postEventToBack(new StopEvent);
82 postTimedEvent(new StopEvent, INT64_MIN);
100 // the StopEvent to the absolute head of the queue.

Completed in 209 milliseconds