Home
last modified time | relevance | path

Searched refs:numRecordsRead (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger.cpp1048 int numRecordsRead = 0; in handleResponse() local
1089 numRecordsRead = fread(memBuffer, 1, memDumpSize, in handleResponse()
1091 if (numRecordsRead <= 0 || in handleResponse()
1092 numRecordsRead != (int) memDumpSize) { in handleResponse()
1094 __func__, numRecordsRead); in handleResponse()
1107 numRecordsRead = fread(buffer, 1, in handleResponse()
1109 if (numRecordsRead) { in handleResponse()
1362 size_t numRecordsRead; in wifi_get_driver_memory_dump() local
1381 numRecordsRead = fread(memBuffer, 1, DRIVER_MEMDUMP_MAX_FILESIZE, fp); in wifi_get_driver_memory_dump()
1383 fileSize = numRecordsRead; in wifi_get_driver_memory_dump()
[all …]