Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger.cpp1073 int numRecordsRead = 0; in handleResponse() local
1114 numRecordsRead = fread(memBuffer, 1, memDumpSize, in handleResponse()
1116 if (numRecordsRead <= 0 || in handleResponse()
1117 numRecordsRead != (int) memDumpSize) { in handleResponse()
1119 __func__, numRecordsRead); in handleResponse()
1132 numRecordsRead = fread(buffer, 1, in handleResponse()
1134 if (numRecordsRead) { in handleResponse()
1387 size_t numRecordsRead; in wifi_get_driver_memory_dump() local
1415 numRecordsRead = fread(memBuffer, 1, DRIVER_MEMDUMP_MAX_FILESIZE, fp); in wifi_get_driver_memory_dump()
1417 fileSize = numRecordsRead; in wifi_get_driver_memory_dump()
[all …]