HomeSort by relevance Sort by last modified time
    Searched full:buffersize (Results 626 - 650 of 1885) sorted by null

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DriverHealthManagerDxe.c 550 UINTN BufferSize;
563 BufferSize = 0;
565 Status = mDriverHealthManagerDatabase->ExportPackageLists (mDriverHealthManagerDatabase, Handle, &BufferSize, HiiPackageList);
567 HiiPackageList = AllocatePool (BufferSize);
570 Status = mDriverHealthManagerDatabase->ExportPackageLists (mDriverHealthManagerDatabase, Handle, &BufferSize, HiiPackageList);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SimpleNetwork.h 474 @param BufferSize The number of bytes to read or write from the NVRAM device.
491 IN UINTN BufferSize,
536 @param BufferSize The size, in bytes, of the entire packet (media header and
555 @retval EFI_BUFFER_TOO_SMALL The BufferSize parameter is too small.
566 IN UINTN BufferSize,
580 @param BufferSize On entry, the size, in bytes, of Buffer. On exit, the size, in
594 @retval EFI_SUCCESS The received data was stored in Buffer, and BufferSize has
599 @retval EFI_BUFFER_TOO_SMALL The BufferSize parameter is too small.
610 IN OUT UINTN *BufferSize,
UsbFunctionIo.h 261 EFI_BUFFER_TOO_SMALL and the required size is returned through BufferSize. All returned
270 @param[in] BufferSize On input, the size of the Buffer in bytes. On output, the
286 IN OUT UINTN *BufferSize,
448 @param[in, out] BufferSize If Direction is EfiUsbEndpointDirectionDeviceRx:
473 IN OUT UINTN *BufferSize,
598 @param[in] BufferSize The size of the Bufferin bytes.
615 IN UINTN BufferSize,
632 @param[in, out] BufferSize On input, the size of Bufferin bytes. On output,
651 IN OUT UINTN *BufferSize,
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePrintLib/
PrintLibInternal.c 292 @param[in] BufferSize The maximum number of characters to put into
311 IN UINTN BufferSize,
356 if (BufferSize == 0) {
363 if (BufferSize == 0) {
383 BufferSize--;
389 EndBuffer = Buffer + BufferSize * BytesPerOutputCharacter;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
IpSecConfig.c 347 @param[in] BufferSize Current buffer size needed
356 IN UINTN BufferSize
367 if ((NULL == *Buffer) && (BufferSize != 0)) {
381 *Buffer = AllocateZeroPool (BufferSize);
427 UINTN BufferSize;
437 BufferSize = 50 * sizeof (EFI_HANDLE);
442 while (GrowBuffer (&Status, (VOID **) Buffer, BufferSize)) {
447 &BufferSize,
452 *NoHandles = BufferSize / sizeof (EFI_HANDLE);
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
SimpleNetwork.c 334 @param [in] BufferSize The number of bytes to read or write from the NVRAM device.
352 IN UINTN BufferSize,
379 of the packet is smaller than BufferSize, then the contents of the packet
380 will be placed in Buffer, and BufferSize will be udpated with the actual
383 returned. If BufferSize is smaller than the received packet, then the
384 size of the receive packet will be placed in BufferSize and
415 @retval EFI_BUFFER_TOO_SMALL The packet is larger than BufferSize bytes.
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
SDMediaDevice.h 201 @param BufferSize The size of the buffer.
219 IN UINT32 BufferSize,
233 @param BufferSize The size of the buffer.
251 IN UINT32 BufferSize,
  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionInputBuffer.java 73 protected void init(final InputStream instream, int buffersize, final HttpParams params) {
77 if (buffersize <= 0) {
84 this.buffer = new byte[buffersize];
87 this.linebuffer = new ByteArrayBuffer(buffersize);
  /external/curl/lib/
sendf.h 72 char *buf, size_t buffersize,
  /external/opencv/otherlibs/highgui/
grfmt_pxm.cpp 390 int bufferSize = 128; // buffer that should fit a header
398 if( bufferSize < lineLength )
399 bufferSize = lineLength;
401 buffer = new char[bufferSize];
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
AbstractMessageLite.java 83 final int bufferSize =
86 CodedOutputStream.newInstance(output, bufferSize);
94 final int bufferSize = CodedOutputStream.computePreferredBufferSize(
97 CodedOutputStream.newInstance(output, bufferSize);
  /external/protobuf/objectivec/
GPBCodedInputStream.m 43 if (newSize > state->bufferSize) {
282 return (state->bufferPos == state->bufferSize) ||
308 state_.bufferSize = [data length];
309 state_.currentLimit = state_.bufferSize;
  /external/python/cpython2/Mac/Modules/snd/
sndscan.py 106 ([("long", "bufferSize", "InMode"), ("void", "theBuffer", "OutMode")],
  /external/sonivox/arm-wt-22k/host_src/
eas_main.c 55 static EAS_RESULT PlayFile (EAS_DATA_HANDLE easData, const char* filename, const char* outputFile, const S_EAS_LIB_CONFIG *pLibConfig, void *buffer, EAS_I32 bufferSize);
73 static EAS_RESULT PlayFile (EAS_DATA_HANDLE easData, const char* filename, const char* outputFile, const S_EAS_LIB_CONFIG *pLibConfig, void *buffer, EAS_I32 bufferSize)
164 if (WaveFileWrite(wFile, buffer, bufferSize) != bufferSize)
225 EAS_I32 bufferSize;
283 bufferSize = pLibConfig->mixBufferSize * pLibConfig->numChannels * (EAS_I32)sizeof(EAS_PCM) * NUM_BUFFERS;
286 buffer = malloc((EAS_U32)bufferSize);
309 if ((playResult = PlayFile(easData, defaultTestFile, NULL, pLibConfig, buffer, bufferSize)) != EAS_SUCCESS)
324 if ((playResult = PlayFile(easData, argv[i], outputFile, pLibConfig, buffer, bufferSize)) != EAS_SUCCESS)
  /external/swiftshader/src/Reactor/
LLVMRoutineManager.cpp 131 markExecutable(routine->buffer, routine->bufferSize);
  /external/syslinux/com32/include/syslinux/
pxe_api.h 101 uint16_t BufferSize;
143 uint16_t BufferSize;
150 uint32_t BufferSize;
412 uint16_t BufferSize;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
SimpleNetwork.h 405 @param BufferSize The number of bytes to read or write from the NVRAM device.
422 IN UINTN BufferSize,
467 @param BufferSize The size, in bytes, of the entire packet (media header and
486 @retval EFI_BUFFER_TOO_SMALL The BufferSize parameter is too small.
497 IN UINTN BufferSize,
511 @param BufferSize On entry, the size, in bytes, of Buffer. On exit, the size, in
525 @retval EFI_SUCCESS The received data was stored in Buffer, and BufferSize has
530 @retval EFI_BUFFER_TOO_SMALL The BufferSize parameter is too small.
541 IN OUT UINTN *BufferSize,
  /external/vboot_reference/firmware/stub/
vboot_api_stub.c 52 void *buffer, uint32_t buffersize)
  /frameworks/av/media/libaudiohal/
StreamHalHidl.cpp 341 size_t bufferSize;
342 if ((status = getCachedBufferSize(&bufferSize)) != OK) {
345 if (bytes > bufferSize) bufferSize = bytes;
346 if ((status = prepareForWriting(bufferSize)) != OK) {
409 status_t StreamOutHalHidl::prepareForWriting(size_t bufferSize) {
416 1, bufferSize,
671 status_t StreamInHalHidl::prepareForReading(size_t bufferSize) {
678 1, bufferSize,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.h 30 BitstreamEncVideo *BitStreamCreateEnc(Int bufferSize);
  /frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java 80 * @param bufferSize Size in bytes of the in-memory output buffer that the writer will use.
82 public FastXmlSerializer(int bufferSize) {
83 mBufferLen = (bufferSize > 0) ? bufferSize : DEFAULT_BUFFER_LEN;
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAStreamOps.cpp 303 size_t ALSAStreamOps::bufferSize() const
305 ALOGV("bufferSize() returns %d", mHandle->bufferSize);
306 return mHandle->bufferSize;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PipedInputStreamTest.java 436 int bufferSize) throws IOException {
437 super(src, bufferSize);
440 public MockPipedInputStream(int bufferSize) {
441 super(bufferSize);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp 384 jint bufferSize) {
385 ALOGV("%s: reportType = %d, reportId = %d, bufferSize = %d", __func__,
386 reportType, reportId, bufferSize);
399 (RawAddress*)addr, (bthh_report_type_t)rType, (uint8_t)rId, bufferSize);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 243 int bufferSize = data.getInt(BluetoothInputDevice.EXTRA_REPORT_BUFFER_SIZE);
244 if(!getReportNative(Utils.getByteAddress(device), reportType, reportId, bufferSize)) {
254 int bufferSize = data.getInt(BluetoothInputDevice.EXTRA_REPORT_BUFFER_SIZE);
255 broadcastReport(device, report, bufferSize);
402 public boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) {
405 return service.getReport(device, reportType, reportId, bufferSize) ;
540 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) {
552 data.putInt(BluetoothInputDevice.EXTRA_REPORT_BUFFER_SIZE, bufferSize);
777 private native boolean getReportNative(byte[]btAddress, byte reportType, byte reportId, int bufferSize) (…)
    [all...]

Completed in 632 milliseconds

<<21222324252627282930>>