OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:event_log
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
codec_test.cc
181
webrtc::RtcEventLog*
event_log
= voe_codec_->GetEventLog();
local
182
ASSERT_TRUE(
event_log
);
191
event_log
->StartLogging(temp_filename, 1000);
192
event_log
->StopLogging();
/external/libevent/
log.c
61
static void
event_log
(int severity, const char *msg);
187
event_log
(severity, buf);
199
event_log
(int severity, const char *msg)
function
/external/skia/src/views/
SkEvent.cpp
256
static void
event_log
(const char s[])
function
261
#define
EVENT_LOG
(s)
event_log
(s)
262
#define EVENT_LOGN(s, n) do { SkString str(s); str.append(" "); str.appendS32(n);
event_log
(str.c_str()); } while (0)
264
#define
EVENT_LOG
(s)
Completed in 668 milliseconds