| /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/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/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 | ArtFastDataOutput.java | 41 public ArtFastDataOutput(@NonNull OutputStream out, int bufferSize) { in ArtFastDataOutput()
|
| D | ArtFastDataInput.java | 41 public ArtFastDataInput(@NonNull InputStream in, int bufferSize) { in ArtFastDataInput()
|
| /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/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/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/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 | 387 public final int bufferSize; field in ContentCaptureOptions.ContentProtectionOptions 389 public ContentProtectionOptions(boolean enableReceiver, int bufferSize) { in ContentProtectionOptions() 419 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/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/av/media/module/libmediatranscoding/transcoder/benchmark/ |
| D | MediaSampleReaderBenchmark.cpp | 96 size_t bufferSize = 0; in ReadMediaSamples() local
|
| /frameworks/base/core/java/android/os/ |
| D | Debug.java | 1286 public static void startMethodTracing(String tracePath, int bufferSize) { in startMethodTracing() 1320 public static void startMethodTracing(String tracePath, int bufferSize, int flags) { in startMethodTracing() 1321 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, flags, false, 0); in startMethodTracing() local 1343 public static void startMethodTracingSampling(String tracePath, int bufferSize, in startMethodTracingSampling() 1345 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, 0, true, intervalUs); in startMethodTracingSampling() local 1383 int bufferSize, int flags, boolean streamOutput) { in startMethodTracing() 1394 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/media/libstagefright/ |
| D | CallbackDataSource.cpp | 66 const size_t bufferSize = mMemory->size(); in readAt() local
|
| /frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
| D | ProcFileReaderTest.java | 251 private static ProcFileReader buildReader(String string, int bufferSize) throws IOException { in buildReader()
|
| /frameworks/av/services/audioflinger/ |
| D | FastCapture.cpp | 137 size_t bufferSize = frameCount * Format_frameSize(mFormat); in onStateChange() local
|
| /frameworks/opt/bitmap/src/com/android/bitmap/util/ |
| D | InputStreamBuffer.java | 97 public InputStreamBuffer(final InputStream inputStream, int bufferSize, in InputStreamBuffer()
|
| /frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
| D | InputStreamBuffer.java | 97 public InputStreamBuffer(final InputStream inputStream, int bufferSize, in InputStreamBuffer()
|