HomeSort by relevance Sort by last modified time
    Searched refs:MAX_PAYLOAD_SIZE (Results 1 - 10 of 10) sorted by null

  /external/aac/libSBRenc/src/
sbr.h 127 UCHAR payloadDelayLine[1+DELAY_FRAMES][MAX_PAYLOAD_SIZE];
sbr_encoder.cpp     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
AoapInterface.java 91 public static final int MAX_PAYLOAD_SIZE = 16384;
  /frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
AoapInterface.java 91 public static final int MAX_PAYLOAD_SIZE = 16384;
  /external/aac/libSBRenc/include/
sbr_encoder.h 102 #define MAX_PAYLOAD_SIZE 256
384 UCHAR sbrData[(8)][MAX_PAYLOAD_SIZE]
  /packages/services/Car/car-usb-handler/src/android/car/usb/handler/
AoapInterface.java 90 public static final int MAX_PAYLOAD_SIZE = 16384;
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/usb/
AoapInterface.java 93 public static final int MAX_PAYLOAD_SIZE = 16384;
  /external/curl/lib/
smb.c 114 #define MAX_PAYLOAD_SIZE 0x8000
115 #define MAX_MESSAGE_SIZE (MAX_PAYLOAD_SIZE + 0x1000)
566 msg.min_bytes = smb_swap16(MAX_PAYLOAD_SIZE);
567 msg.max_bytes = smb_swap16(MAX_PAYLOAD_SIZE);
579 if(upload_size >= MAX_PAYLOAD_SIZE - 1) /* There is one byte of padding */
580 upload_size = MAX_PAYLOAD_SIZE - 1;
806 next_state = (len < MAX_PAYLOAD_SIZE) ? SMB_CLOSE : SMB_DOWNLOAD;
  /frameworks/base/core/java/android/nfc/
NdefRecord.java 276 private static final int MAX_PAYLOAD_SIZE = 10 * (1 << 20); // 10 MB payload limit
    [all...]
  /external/aac/libAACenc/src/
aacenc_lib.cpp 224 UCHAR extPayloadData [(1)][(8)][MAX_PAYLOAD_SIZE];
    [all...]

Completed in 644 milliseconds