/frameworks/base/core/java/android/provider/ |
MediaStore.java | 476 * @param origId original image or video id. use -1 to cancel all requests. 480 static void cancelThumbnailRequest(ContentResolver cr, long origId, Uri baseUri, 483 .appendQueryParameter("orig_id", String.valueOf(origId)) 494 * This method ensure thumbnails associated with origId are generated and decode the byte 501 * @param origId original image or video id 508 static Bitmap getThumbnail(ContentResolver cr, long origId, long groupId, int kind, 512 // Log.v(TAG, "getThumbnail: origId="+origId+", kind="+kind+", isVideo="+isVideo); 519 long magic = thumbFile.getMagic(origId); 526 if (thumbFile.getMiniThumbFromFile(origId, sThumbBuf) != null) [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
BitmapManager.java | 138 public Bitmap getThumbnail(ContentResolver cr, long origId, int kind, 153 return Video.Thumbnails.getThumbnail(cr, origId, t.getId(), 156 return Images.Thumbnails.getThumbnail(cr, origId, t.getId(),
|
/frameworks/base/services/java/com/android/server/am/ |
ActivityManagerService.java | [all...] |
PendingIntentRecord.java | 211 final long origId = Binder.clearCallingIdentity(); 277 Binder.restoreCallingIdentity(origId);
|
ActivityStack.java | [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
WindowManagerService.java | [all...] |
/frameworks/base/services/java/com/android/server/ |
WallpaperManagerService.java | 113 long origId = Binder.clearCallingIdentity(); 116 Binder.restoreCallingIdentity(origId); [all...] |
PowerManagerService.java | 754 long origId = Binder.clearCallingIdentity(); 765 Binder.restoreCallingIdentity(origId); 772 long origId = Binder.clearCallingIdentity(); 783 Binder.restoreCallingIdentity(origId); [all...] |
DevicePolicyManagerService.java | [all...] |
/external/tcpdump/ |
print-domain.c | 544 printf(" origid=%u", EXTRACT_16BITS(cp));
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaProvider.java | [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarProvider2.java | [all...] |