Searched refs:DEBUG_PARCEL (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/app/assist/ |
D | AssistStructure.java | 68 private static final boolean DEBUG_PARCEL = false; field in AssistStructure 159 if (DEBUG_PARCEL) Log.d(TAG, "Request for data on " + as in onTransact() 162 if (DEBUG_PARCEL) Log.d(TAG, "Resuming partial write of " + token); in onTransact() 231 if (DEBUG_PARCEL) Log.d(TAG, "Creating PooledStringWriter @ " + out.dataPosition()); in writeToParcelInner() 238 if (DEBUG_PARCEL) Log.d(TAG, "Assist data size is " + out.dataSize() in writeToParcelInner() 242 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ " in writeToParcelInner() 248 if (DEBUG_PARCEL) Log.d(TAG, "Finishing PooledStringWriter @ " in writeToParcelInner() 272 if (DEBUG_PARCEL) Log.d(TAG, "write view: at " + out.dataPosition() in writeView() 325 if (DEBUG_PARCEL) Log.d(TAG, "write window #" + pos + ": at " + out.dataPosition() in writeNextEntryToParcel() 365 if (DEBUG_PARCEL) Log.d(TAG, "Creating PooledStringReader @ " in go() [all …]
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | ProcessStats.java | 66 static final boolean DEBUG_PARCEL = false; field in ProcessStats 991 if (DEBUG_PARCEL) Slog.i("foo", "Read " + amt + " bytes at " + pos in readFully() 994 if (DEBUG_PARCEL) Slog.i("foo", "**** FINISHED READING: pos=" + pos in readFully() 1002 if (DEBUG_PARCEL) Slog.i(TAG, "Copying " + pos + " bytes to new array len " in readFully() 1125 if (DEBUG_PARCEL) Slog.d(TAG, "Adding process: " + procName + " " + uid in readFromParcel() 1131 if (DEBUG_PARCEL) Slog.d(TAG, "Read " + mProcesses.getMap().size() + " processes"); in readFromParcel() 1185 if (DEBUG_PARCEL) Slog.d(TAG, "Reading package " + pkgName + " " + uid in readFromParcel() 1188 if (DEBUG_PARCEL) Slog.d(TAG, "Got common proc " + procName + " " + uid in readFromParcel() 1211 if (DEBUG_PARCEL) Slog.d(TAG, "Adding package " + pkgName + " process: " in readFromParcel() 1215 if (DEBUG_PARCEL) Slog.d(TAG, "Adding package " + pkgName + " process: " in readFromParcel() [all …]
|
D | ProcessState.java | 76 private static final boolean DEBUG_PARCEL = false; field in ProcessState 318 if (DEBUG_PARCEL) Slog.d(TAG, "Reading durations table..."); in readFromParcel() 322 if (DEBUG_PARCEL) Slog.d(TAG, "Reading pss table..."); in readFromParcel()
|
/frameworks/base/libs/hwui/jni/ |
D | Bitmap.cpp | 32 #define DEBUG_PARCEL 0 macro 656 #if DEBUG_PARCEL in Bitmap_createFromParcel() 686 #if DEBUG_PARCEL in Bitmap_createFromParcel() 762 #if DEBUG_PARCEL in Bitmap_writeToParcel() 777 #if DEBUG_PARCEL in Bitmap_writeToParcel()
|