Searched refs:MY_LOGV (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp42 #define MY_LOGV(x, y) \ macro
244 MY_LOGV(" reserved = %u", br->getBits(2));
251 MY_LOGV(" program_number = %u", br->getBits(16));
252 MY_LOGV(" reserved = %u", br->getBits(2));
253 MY_LOGV(" version_number = %u", br->getBits(5));
254 MY_LOGV(" current_next_indicator = %u", br->getBits(1));
255 MY_LOGV(" section_number = %u", br->getBits(8));
256 MY_LOGV(" last_section_number = %u", br->getBits(8));
257 MY_LOGV(" reserved = %u", br->getBits(3));
262 MY_LOGV(" reserve
[all...]
/frameworks/av/media/libstagefright/chromium_http/
H A Dsupport.cpp122 static void MY_LOGV(const char *s) { function in namespace:android
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(StringPrint
[all...]

Completed in 64 milliseconds