/frameworks/base/tests/SurfaceViewBufferTests/src/com/android/test/ |
D | BufferRejectionTests.kt | 66 val bufferSize = Point(300, 200) in <lambda>() constant 127 val bufferSize = Point(300, 200) in <lambda>() constant
|
D | GeometryTests.kt | 52 val bufferSize = Point(300, 200) in <lambda>() constant 69 val bufferSize = Point(3000, 2000) in <lambda>() constant 86 val bufferSize = Point(300, 200) in <lambda>() constant
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ArtFastDataInput.java | 44 public ArtFastDataInput(@NonNull InputStream in, int bufferSize) { in ArtFastDataInput() 83 public byte[] newByteArray(int bufferSize) { in newByteArray()
|
D | ArtFastDataOutput.java | 44 public ArtFastDataOutput(@NonNull OutputStream out, int bufferSize) { in ArtFastDataOutput() 79 public byte[] newByteArray(int bufferSize) { in newByteArray()
|
D | LineBreakBufferedWriter.java | 49 private final int bufferSize; field in LineBreakBufferedWriter 69 public LineBreakBufferedWriter(Writer out, int bufferSize) { in LineBreakBufferedWriter() 80 public LineBreakBufferedWriter(Writer out, int bufferSize, int initialCapacity) { in LineBreakBufferedWriter()
|
/frameworks/base/core/java/android/ddm/ |
D | DdmHandleProfiling.java | 107 int bufferSize = in.getInt(); in handleMPRS() local 149 int bufferSize = in.getInt(); in handleMPSS() local 202 int bufferSize = in.getInt(); in handleSPSS() local
|
/frameworks/av/services/tuner/aidl/android/media/tv/tuner/ |
D | ITunerDemux.aidl | 48 ITunerFilter openFilter(in DemuxFilterType type, in int bufferSize, in openFilter() 69 ITunerDvr openDvr(in DvrType dvbType, in int bufferSize, in ITunerDvrCallback cb); in openDvr()
|
/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/native/services/surfaceflinger/tests/ |
D | LayerCallback_test.cpp | 196 ui::Size bufferSize = getBufferSize(); in TEST_F() local 219 ui::Size bufferSize = getBufferSize(); in TEST_F() local 241 ui::Size bufferSize = getBufferSize(); in TEST_F() local 279 ui::Size bufferSize = getBufferSize(); in TEST_F() local 307 ui::Size bufferSize = getBufferSize(); in TEST_F() local 341 ui::Size bufferSize = getBufferSize(); in TEST_F() local 376 ui::Size bufferSize = getBufferSize(); in TEST_F() local 470 ui::Size bufferSize = getBufferSize(); in TEST_F() local 563 ui::Size bufferSize = getBufferSize(); in TEST_F() local 599 ui::Size bufferSize = getBufferSize(); in TEST_F() local [all …]
|
/frameworks/base/core/java/android/service/displayhash/ |
D | DisplayHashParams.java | 120 public DisplayHashParams( in DisplayHashParams() 186 Size bufferSize = (flg & 0x1) == 0 ? null : (Size) in.readSize(); in DisplayHashParams() local
|
/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/base/media/jni/tuner/ |
D | DemuxClient.cpp | 61 sp<FilterClient> DemuxClient::openFilter(const DemuxFilterType& type, int32_t bufferSize, in openFilter() 124 sp<DvrClient> DemuxClient::openDvr(DvrType dvbType, int32_t bufferSize, sp<DvrClientCallback> cb) { in openDvr()
|
/frameworks/base/core/java/android/content/ |
D | ContentCaptureOptions.java | 391 public final int bufferSize; field in ContentCaptureOptions.ContentProtectionOptions 436 int bufferSize, in ContentProtectionOptions() 489 int bufferSize = parcel.readInt(); in createFromParcel() local
|
/frameworks/av/media/libaaudio/src/fifo/ |
D | FifoController.h | 33 FifoController(fifo_frames_t bufferSize, fifo_frames_t threshold) in FifoController()
|
/frameworks/libs/modules-utils/java/com/android/modules/utils/ |
D | FastDataOutput.java | 54 public FastDataOutput(@NonNull OutputStream out, int bufferSize) { in FastDataOutput() 92 public byte[] newByteArray(int bufferSize) { in newByteArray()
|
D | FastDataInput.java | 56 public FastDataInput(@NonNull InputStream in, int bufferSize) { in FastDataInput() 90 public byte[] newByteArray(int bufferSize) { in newByteArray()
|
/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/ndk/fuzzer/ |
D | NdkMediaCodecFuzzerBase.cpp | 347 size_t bufferSize = 0; in invokeInputBufferOperationAPI() local 388 size_t bufferSize = 0; in invokeOutputBufferOperationAPI() local
|
/frameworks/base/core/java/android/os/ |
D | Debug.java | 1306 public static void startMethodTracing(String tracePath, int bufferSize) { in startMethodTracing() 1340 public static void startMethodTracing(String tracePath, int bufferSize, int flags) { in startMethodTracing() 1341 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, flags, false, 0); in startMethodTracing() local 1363 public static void startMethodTracingSampling(String tracePath, int bufferSize, in startMethodTracingSampling() 1365 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, 0, true, intervalUs); in startMethodTracingSampling() local 1403 int bufferSize, int flags, boolean streamOutput) { in startMethodTracing() 1414 public static void startMethodTracingDdms(int bufferSize, int flags, in startMethodTracingDdms()
|
/frameworks/av/media/module/libmediatranscoding/transcoder/benchmark/ |
D | MediaSampleReaderBenchmark.cpp | 94 size_t bufferSize = 0; in ReadMediaSamples() local
|
/frameworks/av/services/audioflinger/fastpath/ |
D | FastCapture.cpp | 129 const size_t bufferSize = frameCount * Format_frameSize(mFormat); in onStateChange() local
|
/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/media/libstagefright/ |
D | CallbackDataSource.cpp | 66 const size_t bufferSize = mMemory->size(); in readAt() local
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
D | InputStreamBuffer.java | 97 public InputStreamBuffer(final InputStream inputStream, int bufferSize, in InputStreamBuffer()
|