Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger.cpp1074 int numRecordsRead = 0; in handleResponse() local
1115 numRecordsRead = fread(memBuffer, 1, memDumpSize, in handleResponse()
1117 if (numRecordsRead <= 0 || in handleResponse()
1118 numRecordsRead != (int) memDumpSize) { in handleResponse()
1120 __func__, numRecordsRead); in handleResponse()
1133 numRecordsRead = fread(buffer, 1, in handleResponse()
1135 if (numRecordsRead) { in handleResponse()
1385 size_t numRecordsRead; in wifi_get_driver_memory_dump() local
1413 numRecordsRead = fread(memBuffer, 1, DRIVER_MEMDUMP_MAX_FILESIZE, fp); in wifi_get_driver_memory_dump()
1415 fileSize = numRecordsRead; in wifi_get_driver_memory_dump()
[all …]