HomeSort by relevance Sort by last modified time
    Searched defs:DebugLog (Results 1 - 6 of 6) sorted by null

  /system/connectivity/wificond/scanning/offload/
scan_stats.cpp 91 void NativeScanStats::DebugLog() {
  /external/replicaisland/src/com/replica/replicaisland/
DebugLog.java 21 public final class DebugLog {
24 private DebugLog() {
  /system/connectivity/wificond/scanning/
scan_result.cpp 106 void NativeScanResult::DebugLog() {
  /system/connectivity/wificond/net/
nl80211_attribute.cpp 250 void NL80211NestedAttr::DebugLog() const {
nl80211_packet.cpp 239 void NL80211Packet::DebugLog() const {
  /external/libvncserver/libvncclient/
h264.c 58 #define DebugLog(A) rfbClientLog A
60 #define DebugLog(A)
70 DebugLog(("%s:%s:%d success\n", __func__, func, __LINE__)); \
114 DebugLog(("Framebuffer update with H264 (x: %d, y: %d, w: %d, h: %d)\n", rx, ry, rw, rh));
128 DebugLog(("Reading %d bytes of frame data (type: %d)\n", hdr.nBytes, hdr.slice_type));
154 DebugLog((" decoding %d bytes of H.264 data\n", hdr.nBytes));
158 DebugLog((" updating rectangle (%d, %d)-(%d, %d)\n", rx, ry, rw, rh));
256 DebugLog(("%s: va_surface_id[%d] = %p\n", __FUNCTION__, i, va_surface_id[i]));
262 DebugLog(("%s: VA context created (id: %d)\n", __FUNCTION__, va_context_id));
276 DebugLog(("%s: called for frame of %d bytes (%dx%d) slice_type=%d\n", __FUNCTION__, framesize, width, heigh (…)
    [all...]

Completed in 121 milliseconds