OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopEvent
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
profiler.h
83
#define PROFILE_STOP(msg) talk_base::Profiler::Instance()->
StopEvent
(msg)
134
void
StopEvent
(const std::string& event_name);
163
Profiler::Instance()->
StopEvent
(event_name_);
profiler.cc
126
void Profiler::
StopEvent
(const std::string& event_name) {
/frameworks/av/media/libstagefright/include/
TimedEventQueue.h
124
struct
StopEvent
: public TimedEventQueue::Event {
/frameworks/av/media/libstagefright/
TimedEventQueue.cpp
83
postEventToBack(new
StopEvent
);
85
postTimedEvent(new
StopEvent
, INT64_MIN);
101
// the
StopEvent
to the absolute head of the queue.
Completed in 118 milliseconds