Searched refs:WRITE_FILE_TEMP_SLICE (Results 1 – 1 of 1) sorted by relevance
117 constexpr uint32_t WRITE_FILE_TEMP_SLICE = 100 * 1024; /* 100KB */ variable1231 if (mtpDev->asyncRecvWriteTempCount >= WRITE_FILE_TEMP_SLICE) { in UsbMtpPortRxPush()1233 static_cast<size_t>(WRITE_FILE_TEMP_SLICE)); in UsbMtpPortRxPush()1234 if (writeRet != static_cast<ssize_t>(WRITE_FILE_TEMP_SLICE)) { in UsbMtpPortRxPush()1331 … mtpDev_->asyncRecvWriteTempContent = static_cast<uint8_t *>(OsalMemCalloc(WRITE_FILE_TEMP_SLICE)); in ReceiveFileEx()