/frameworks/base/core/java/android/ddm/ |
D | DdmHandleProfiling.java | 105 int bufferSize = in.getInt(); in handleMPRS() local 147 int bufferSize = in.getInt(); in handleMPSS() local 200 int bufferSize = in.getInt(); in handleSPSS() local
|
D | DdmHandleThread.java | 146 int bufferSize = 0; in createStackChunk() local
|
/frameworks/base/core/java/com/android/internal/util/ |
D | LineBreakBufferedWriter.java | 48 private final int bufferSize; field in LineBreakBufferedWriter 68 public LineBreakBufferedWriter(Writer out, int bufferSize) { in LineBreakBufferedWriter() 79 public LineBreakBufferedWriter(Writer out, int bufferSize, int initialCapacity) { in LineBreakBufferedWriter()
|
D | ProcFileReader.java | 47 public ProcFileReader(InputStream stream, int bufferSize) throws IOException { in ProcFileReader()
|
/frameworks/av/drm/common/ |
D | IDrmManagerService.cpp | 177 const int bufferSize = reply.readInt32(); in getConstraints() local 207 const int bufferSize = reply.readInt32(); in getMetadata() local 273 const int bufferSize = reply.readInt32(); in processDrmInfo() local 321 const int bufferSize = reply.readInt32(); in acquireDrmInfo() local 525 const int bufferSize = reply.readInt32(); in convertData() local 557 const int bufferSize = reply.readInt32(); in closeConvertSession() local 871 int bufferSize = 0; in onTransact() local 903 int bufferSize = 0; in onTransact() local 941 const uint32_t bufferSize = data.readInt32(); in onTransact() local 971 const int bufferSize = drmBuffer->length; in onTransact() local [all …]
|
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | BitmapTest.java | 284 final int bufferSize = pad + width * height * bytesPerPixel / bytesPerElement + pad; in testCopyWithDirectByteBuffer() local 322 final int bufferSize = pad + width * height * bytesPerPixel / bytesPerElement + pad; in testCopyWithDirectShortBuffer() local 361 final int bufferSize = pad + width * height * bytesPerPixel / bytesPerElement + pad; in testCopyWithDirectIntBuffer() local 400 final int bufferSize = pad + width * height * bytesPerPixel / bytesPerElement + pad; in testCopyWithHeapByteBuffer() local 437 final int bufferSize = pad + width * height * bytesPerPixel / bytesPerElement + pad; in testCopyWithHeapShortBuffer() local 474 final int bufferSize = pad + width * height * bytesPerPixel / bytesPerElement + pad; in testCopyWithHeapIntBuffer() local
|
/frameworks/av/media/libaaudio/src/fifo/ |
D | FifoController.h | 33 FifoController(fifo_frames_t bufferSize, fifo_frames_t threshold) in FifoController()
|
/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/ |
D | StreamUtils.java | 50 int bufferSize = Math.min(MAX_COPY_BUFFER_SIZE, limit); in copyStream() local
|
/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/tasks/ |
D | FullRestoreToFileTask.java | 56 FullRestoreToFileTask(FullRestoreDownloader fullRestoreDownloader, int bufferSize) { in FullRestoreToFileTask()
|
/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/ |
D | Utils.java | 33 public static void transferStreamedData(InputStream in, OutputStream out, int bufferSize) in transferStreamedData()
|
/frameworks/av/include/media/ |
D | DataSource.h | 59 virtual bool getUri(char *uriString, size_t bufferSize) final { in getUri()
|
/frameworks/av/media/libstagefright/ |
D | AudioSource.cpp | 361 const size_t bufferSize = audioBuffer.size; in dataCallback() local 407 uint64_t bufferSize = numLostBytes; in dataCallback() local 435 const size_t bufferSize = buffer->range_length(); in queueInputBuffer_l() local
|
D | CallbackDataSource.cpp | 66 const size_t bufferSize = mMemory->size(); in readAt() local
|
/frameworks/base/cmds/statsd/src/metrics/ |
D | EventMetricProducer.cpp | 94 size_t bufferSize = protoOutput.size(); in serializeProtoLocked() local 126 size_t bufferSize = mProto->size(); in onDumpReportLocked() local
|
/frameworks/base/media/java/android/media/tv/tuner/ |
D | Tuner.java | 437 private native Filter nativeOpenFilter(int type, int subType, long bufferSize); in nativeOpenFilter() 447 private native DvrRecorder nativeOpenDvrRecorder(long bufferSize); in nativeOpenDvrRecorder() 448 private native DvrPlayback nativeOpenDvrPlayback(long bufferSize); in nativeOpenDvrPlayback() 934 @BytesLong long bufferSize, @CallbackExecutor @Nullable Executor executor, in openFilter() 1055 public DvrRecorder openDvrRecorder( in openDvrRecorder() 1080 public DvrPlayback openDvrPlayback( in openDvrPlayback()
|
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
D | ProcFileReaderTest.java | 173 private static ProcFileReader buildReader(String string, int bufferSize) throws IOException { in buildReader()
|
/frameworks/base/core/java/android/os/ |
D | Debug.java | 1247 public static void startMethodTracing(String tracePath, int bufferSize) { in startMethodTracing() 1281 public static void startMethodTracing(String tracePath, int bufferSize, int flags) { in startMethodTracing() 1282 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, flags, false, 0); in startMethodTracing() local 1304 public static void startMethodTracingSampling(String tracePath, int bufferSize, in startMethodTracingSampling() 1306 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, 0, true, intervalUs); in startMethodTracingSampling() local 1344 int bufferSize, int flags, boolean streamOutput) { in startMethodTracing() 1355 public static void startMethodTracingDdms(int bufferSize, int flags, in startMethodTracingDdms()
|
/frameworks/av/media/libnblog/include/media/nblog/ |
D | Reader.h | 101 explicit Snapshot(size_t bufferSize) : mData(new uint8_t[bufferSize]) {} in Snapshot()
|
/frameworks/av/services/audioflinger/ |
D | FastCapture.cpp | 137 size_t bufferSize = frameCount * Format_frameSize(mFormat); in onStateChange() local
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
D | InputStreamBuffer.java | 97 public InputStreamBuffer(final InputStream inputStream, int bufferSize, in InputStreamBuffer()
|
/frameworks/opt/bitmap/src/com/android/bitmap/util/ |
D | InputStreamBuffer.java | 97 public InputStreamBuffer(final InputStream inputStream, int bufferSize, in InputStreamBuffer()
|
/frameworks/base/libs/hwui/jni/ |
D | android_graphics_HardwareRendererObserver.cpp | 50 jsize bufferSize = env->GetArrayLength(reinterpret_cast<jarray>(metrics)); in getNextBuffer() local
|
/frameworks/av/media/mtp/ |
D | MtpPacket.cpp | 31 MtpPacket::MtpPacket(int bufferSize) in MtpPacket()
|
/frameworks/base/cmds/statsd/tests/shell/ |
D | ShellSubscriber_test.cpp | 51 size_t bufferSize = config.ByteSize(); in runShellTest() local
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacDec.h | 62 size_t bufferSize; member
|