| /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 | 140 size_t needed = buffer_.size() - buffer_size_; in FillBuffer() 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_GLES31.cpp | 272 int needed = 1; in getNeededCount() local
|
| D | android_opengl_GLES10.cpp | 274 int needed = 1; in getNeededCount() local
|
| D | android_opengl_GLES11Ext.cpp | 274 int needed = 1; in getNeededCount() local
|
| D | android_opengl_GLES30.cpp | 274 int needed = 1; in getNeededCount() local
|
| D | android_opengl_GLES20.cpp | 274 int needed = 1; in getNeededCount() local
|
| /frameworks/base/services/backup/java/com/android/server/backup/ |
| D | BackupManagerService.java | 5918 final int needed = 512 - (int)partial; in skipTarPadding() local 7347 final int needed = 512 - (int)partial; in skipTarPadding() local
|
| /frameworks/base/services/core/java/com/android/server/am/ |
| D | ActivityManagerService.java | 8239 String targetPkg, Intent intent, int mode, NeededUriGrants needed, int targetUserId) { in checkGrantUriPermissionFromIntentLocked() 8324 void grantUriPermissionUncheckedFromIntentLocked(NeededUriGrants needed, in grantUriPermissionUncheckedFromIntentLocked() 8337 NeededUriGrants needed = checkGrantUriPermissionFromIntentLocked(callingUid, targetPkg, in grantUriPermissionFromIntentLocked() local
|