Searched refs:DEBUG_PARCEL (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/app/assist/ |
D | AssistStructure.java | 56 static final boolean DEBUG_PARCEL = false; field in AssistStructure 144 if (DEBUG_PARCEL) Log.d(TAG, "Request for data on " + as in onTransact() 147 if (DEBUG_PARCEL) Log.d(TAG, "Resuming partial write of " + token); in onTransact() 216 if (DEBUG_PARCEL) Log.d(TAG, "Creating PooledStringWriter @ " + out.dataPosition()); in writeToParcelInner() 223 if (DEBUG_PARCEL) Log.d(TAG, "Assist data size is " + out.dataSize() in writeToParcelInner() 227 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ " in writeToParcelInner() 233 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ " in writeToParcelInner() 257 if (DEBUG_PARCEL) Log.d(TAG, "write view: at " + out.dataPosition() in writeView() 310 if (DEBUG_PARCEL) Log.d(TAG, "write window #" + pos + ": at " + out.dataPosition() in writeNextEntryToParcel() 350 if (DEBUG_PARCEL) Log.d(TAG, "Creating PooledStringReader @ " in go() [all …]
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ProcessStats.java | 62 static final boolean DEBUG_PARCEL = false; field in ProcessStats 853 if (DEBUG_PARCEL) Slog.i("foo", "Read " + amt + " bytes at " + pos in readFully() 856 if (DEBUG_PARCEL) Slog.i("foo", "**** FINISHED READING: pos=" + pos in readFully() 864 if (DEBUG_PARCEL) Slog.i(TAG, "Copying " + pos + " bytes to new array len " in readFully() 976 if (DEBUG_PARCEL) Slog.d(TAG, "Adding process: " + procName + " " + uid in readFromParcel() 982 if (DEBUG_PARCEL) Slog.d(TAG, "Read " + mProcesses.getMap().size() + " processes"); in readFromParcel() 1036 if (DEBUG_PARCEL) Slog.d(TAG, "Reading package " + pkgName + " " + uid in readFromParcel() 1039 if (DEBUG_PARCEL) Slog.d(TAG, "Got common proc " + procName + " " + uid in readFromParcel() 1062 if (DEBUG_PARCEL) Slog.d(TAG, "Adding package " + pkgName + " process: " in readFromParcel() 1066 if (DEBUG_PARCEL) Slog.d(TAG, "Adding package " + pkgName + " process: " in readFromParcel() [all …]
|
D | ProcessState.java | 77 private static final boolean DEBUG_PARCEL = false; field in ProcessState 301 if (DEBUG_PARCEL) Slog.d(TAG, "Reading durations table..."); in readFromParcel() 305 if (DEBUG_PARCEL) Slog.d(TAG, "Reading pss table..."); in readFromParcel()
|
/frameworks/base/core/jni/android/graphics/ |
D | Bitmap.cpp | 38 #define DEBUG_PARCEL 0 macro 1067 #if DEBUG_PARCEL in Bitmap_createFromParcel() 1097 #if DEBUG_PARCEL in Bitmap_createFromParcel() 1170 #if DEBUG_PARCEL in Bitmap_writeToParcel() 1186 #if DEBUG_PARCEL in Bitmap_writeToParcel()
|