/frameworks/native/services/surfaceflinger/EventLog/ |
D | EventLog.cpp | 71 const size_t needed = 1 + sizeof(count); in startList() local 83 const size_t needed = 1; in endList() local 94 const size_t needed = 1 + sizeof(value); in writeInt32() local 106 const size_t needed = 1 + sizeof(value); in writeInt64() local 119 const size_t needed = 1 + sizeof(int32_t) + stringLen; in writeString8() local
|
/frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/ |
D | BufferPool.java | 38 public ByteBuffer acquire(int needed) { in acquire() 67 public ByteBuffer grow(ByteBuffer buffer, int needed) { in grow() 79 private int chooseCapacity(int capacity, int needed) { in chooseCapacity()
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
D | bitcode_wrapperer.cpp | 141 size_t needed = buffer_.size() - buffer_size_; in FillBuffer() local
|
/frameworks/base/services/backup/java/com/android/server/backup/utils/ |
D | TarBackupReader.java | 542 final int needed = 512 - (int) partial; in skipTarPadding() local
|
/frameworks/base/core/java/com/android/internal/os/ |
D | ProcessCpuTracker.java | 183 boolean needed(Stats stats); in needed() method
|
/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/ |
D | broadcast_ring.h | 578 uint32_t needed = in Reserve() local
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | common.cpp | 248 int needed = 1; in getNeededCount() local
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10Ext.cpp | 274 int needed = 1; in getNeededCount() local
|
D | android_opengl_GLES31Ext.cpp | 273 int needed = 1; in getNeededCount() local
|
D | android_opengl_GLES32.cpp | 272 int needed = 1; in getNeededCount() local
|
D | android_opengl_GLES11.cpp | 274 int needed = 1; in getNeededCount() local
|
D | android_opengl_GLES10.cpp | 274 int needed = 1; in getNeededCount() local
|
D | android_opengl_GLES31.cpp | 272 int needed = 1; in getNeededCount() local
|
D | android_opengl_GLES11Ext.cpp | 274 int needed = 1; in getNeededCount() local
|
D | android_opengl_GLES20.cpp | 274 int needed = 1; in getNeededCount() local
|
D | android_opengl_GLES30.cpp | 274 int needed = 1; in getNeededCount() local
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 941 int64_t needed = targetFreeBytes - free; in freeCache() local
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 9042 String targetPkg, Intent intent, int mode, NeededUriGrants needed, int targetUserId) { in checkGrantUriPermissionFromIntentLocked() 9127 void grantUriPermissionUncheckedFromIntentLocked(NeededUriGrants needed, in grantUriPermissionUncheckedFromIntentLocked() 9140 NeededUriGrants needed = checkGrantUriPermissionFromIntentLocked(callingUid, targetPkg, in grantUriPermissionFromIntentLocked() local
|
/frameworks/base/services/backup/java/com/android/server/backup/ |
D | BackupManagerService.java | 6360 final int needed = 512 - (int)partial; in skipTarPadding() local 7913 final int needed = 512 - (int)partial; in skipTarPadding() local
|