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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
AoapInterface.java 91 public static final int MAX_PAYLOAD_SIZE = 16384;
  /external/aac/libSBRenc/src/
sbr.h 149 UCHAR payloadDelayLine[1 + MAX_DELAY_FRAMES][MAX_PAYLOAD_SIZE];
sbr_encoder.cpp     [all...]
  /frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
AoapInterface.java 91 public static final int MAX_PAYLOAD_SIZE = 16384;
  /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/aac/libSBRenc/include/
sbr_encoder.h 114 #define MAX_PAYLOAD_SIZE 256
396 UCHAR sbrData[(8)][MAX_PAYLOAD_SIZE]);
  /external/curl/lib/
smb.c 120 #define MAX_PAYLOAD_SIZE 0x8000
121 #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;
821 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 214 UCHAR data[(1)][(8)][MAX_PAYLOAD_SIZE]; /*!< extension payload data buffer */
    [all...]

Completed in 764 milliseconds