Searched refs:VLOG (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/cmds/incidentd/src/ |
D | FdBuffer.cpp | 64 VLOG("Truncating data"); in read() 68 VLOG("No memory"); in read() 74 VLOG("timed out due to long read"); in read() 81 VLOG("timed out due to block calling poll"); in read() 85 VLOG("poll failed: %s", strerror(errno)); in read() 89 VLOG("return event has error %s", strerror(errno)); in read() 98 VLOG("Fail to read %d: %s", fd, strerror(errno)); in read() 102 VLOG("Reached EOF of fd=%d", fd); in read() 120 VLOG("Truncating data"); in readFully() 124 VLOG("No memory"); in readFully() [all …]
|
D | Log.h | 32 #define VLOG(...) \ macro
|
D | Throttler.cpp | 61 VLOG("The current request took %zu bytes to dropbox", reportByteSize); in addReportSize()
|
D | incidentd_util.cpp | 173 VLOG("return by signal: %s", strerror(WTERMSIG(status))); in statusCode() 176 VLOG("return by exit: %s", strerror(WEXITSTATUS(status))); in statusCode()
|
D | Section.cpp | 205 VLOG("[%s] editPos=%zu, dataBeginAt=%zu", this->name.c_str(), editPos, dataBeginAt); in Execute() 772 VLOG("Skipping Zygote"); in BlockingCall() 785 VLOG("Skipping %d", pid); in BlockingCall()
|
/frameworks/native/libs/vr/libpdx_default_transport/ |
D | pdx_benchmarks.cpp | 239 VLOG(1) << "BenchmarkService::OnChannelCreate: cid=" in OnChannelOpen() 246 VLOG(1) << "BenchmarkService::OnChannelClose: cid=" in OnChannelClose() 255 VLOG(1) << "BenchmarkService::HandleMessage: op=nop"; in HandleMessage() 263 VLOG(1) << "BenchmarkService::HandleMessage: op=write send_length=" in HandleMessage() 282 VLOG(1) << "BenchmarkService::HandleMessage: op=read send_length=" in HandleMessage() 303 VLOG(1) << "BenchmarkService::HandleMessage: op=echo send_length=" in HandleMessage() 332 VLOG(1) << "BenchmarkService::HandleMessage: op=echo send_length=" in HandleMessage() 348 VLOG(1) << "BenchmarkService::HandleMessage: op=writevec send_length=" in HandleMessage() 357 VLOG(1) << "BenchmarkService::HandleMessage: op=echovec send_length=" in HandleMessage() 370 VLOG(1) << "BenchmarkService::HandleMessage: default case; op=" in HandleMessage() [all …]
|
/frameworks/native/services/stats/ |
D | StatsAidl.cpp | 20 #define VLOG(...) \ macro 247 VLOG("Atom ID %ld has %ld annotations for field #%ld", (long)vendorAtom.atomId, in reportVendorAtom()
|