/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/av/media/libstagefright/ |
D | AudioSource.cpp | 329 const size_t bufferSize = audioBuffer.size; in dataCallback() local 366 size_t bufferSize = numLostBytes; in dataCallback() local 394 const size_t bufferSize = buffer->range_length(); in queueInputBuffer_l() local
|
D | CallbackDataSource.cpp | 62 const size_t bufferSize = mMemory->size(); in readAt() local
|
/frameworks/av/media/libaaudio/src/fifo/ |
D | FifoController.h | 33 FifoController(fifo_counter_t bufferSize, fifo_counter_t threshold) in FifoController()
|
/frameworks/base/core/java/android/os/ |
D | Debug.java | 1025 public static void startMethodTracing(String tracePath, int bufferSize) { in startMethodTracing() 1059 public static void startMethodTracing(String tracePath, int bufferSize, int flags) { in startMethodTracing() 1060 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, flags, false, 0); in startMethodTracing() local 1082 public static void startMethodTracingSampling(String tracePath, int bufferSize, in startMethodTracingSampling() 1084 VMDebug.startMethodTracing(fixTracePath(tracePath), bufferSize, 0, true, intervalUs); in startMethodTracingSampling() local 1122 int bufferSize, int flags, boolean streamOutput) { in startMethodTracing() 1133 public static void startMethodTracingDdms(int bufferSize, int flags, in startMethodTracingDdms()
|
/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/bluetooth/ |
D | IBluetoothHidDeviceCallback.aidl | 26 void onGetReport(in BluetoothDevice device, in byte type, in byte id, in int bufferSize); in onGetReport()
|
D | BluetoothHidDeviceCallback.java | 77 public void onGetReport(BluetoothDevice device, byte type, byte id, int bufferSize) { in onGetReport()
|
D | IBluetoothInputDevice.aidl | 50 boolean getReport(in BluetoothDevice device, byte reportType, byte reportId, int bufferSize); in getReport()
|
D | BluetoothInputDevice.java | 598 … public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport()
|
/frameworks/av/services/audioflinger/ |
D | FastCapture.cpp | 136 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()
|
/frameworks/av/media/mtp/ |
D | MtpPacket.cpp | 31 MtpPacket::MtpPacket(int bufferSize) in MtpPacket()
|
/frameworks/base/rs/java/android/renderscript/ |
D | ProgramVertexFixedFunction.java | 221 int bufferSize = constInputType.getElement().getBytesSize()* in Constants() local
|
/frameworks/av/cmds/stagefright/ |
D | muxer.cpp | 90 size_t bufferSize = 1 * 1024 * 1024; // default buffer size is 1MB. in muxing() local
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerDecoderPassThrough.cpp | 318 int32_t bufferSize = buffer->size(); in onInputBufferFetched() local
|
/frameworks/native/libs/binder/ |
D | BufferedTextOutput.cpp | 79 size_t bufferSize; member
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.cpp | 238 int32_t bufferSize = inHeader->nFilledLen; in onQueueFilled() local
|
/frameworks/base/core/jni/android/graphics/ |
D | CreateJavaOutputStreamAdaptor.cpp | 147 size_t bufferSize = 4096; in adaptor_to_mem_stream() local
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | CallbackProcessor.cpp | 369 size_t bufferSize = Camera2Client::calculateBufferSize( in processNewCallback() local
|