OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MY_LOGV
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libstagefright/mpeg2ts/
ATSParser.cpp
41
#define
MY_LOGV
(x, y) \
196
MY_LOGV
(" reserved = %u", br->getBits(2));
203
MY_LOGV
(" program_number = %u", br->getBits(16));
204
MY_LOGV
(" reserved = %u", br->getBits(2));
205
MY_LOGV
(" version_number = %u", br->getBits(5));
206
MY_LOGV
(" current_next_indicator = %u", br->getBits(1));
207
MY_LOGV
(" section_number = %u", br->getBits(8));
208
MY_LOGV
(" last_section_number = %u", br->getBits(8));
209
MY_LOGV
(" reserved = %u", br->getBits(3));
210
MY_LOGV
(" PCR_PID = 0x%04x", br->getBits(13))
[
all
...]
/frameworks/base/media/libstagefright/chromium_http/
support.cpp
122
static void
MY_LOGV
(const char *s) {
248
MY_LOGV
("OnReceivedRedirect");
253
MY_LOGV
("OnAuthRequired");
260
MY_LOGV
("OnCertificateRequested");
273
MY_LOGV
("OnGetCookies");
281
MY_LOGV
("OnSetCookie");
319
MY_LOGV
("OnResponseStarted");
324
MY_LOGV
(StringPrintf("response headers: %s", headers.c_str()).c_str());
343
MY_LOGV
(StringPrintf("OnReadCompleted, read %d bytes", bytes_read).c_str());
379
MY_LOGV
(StringPrintf("Read %d bytes directly.", n).c_str())
[
all
...]
Completed in 1290 milliseconds