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

  /system/core/trusty/storage/proxy/
storage.c 32 #define MAX_READ_SIZE 4096
49 uint8_t data[MAX_READ_SIZE];
381 if (req->size > MAX_READ_SIZE) {
383 __func__, req->size, MAX_READ_SIZE);
  /external/icu/icu4c/source/common/
putil.cpp 864 #define MAX_READ_SIZE 512
884 char bufferFile[MAX_READ_SIZE];
917 uprv_memset(bufferFile, 0, MAX_READ_SIZE);
918 sizeFileToRead = sizeFileLeft < MAX_READ_SIZE ? sizeFileLeft : MAX_READ_SIZE;
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.h 147 #define MAX_READ_SIZE BYTES_QUAT_DATA
MPLSensor.cpp     [all...]

Completed in 102 milliseconds