Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger.cpp1073 u32 memDumpSize = 0; in handleResponse() local
1091 memDumpSize = nla_get_u32( in handleResponse()
1096 memBuffer = (char*) malloc(sizeof(char) * memDumpSize); in handleResponse()
1099 __func__, memDumpSize); in handleResponse()
1102 memset(memBuffer, 0, sizeof(char) * memDumpSize); in handleResponse()
1105 memDumpSize); in handleResponse()
1115 numRecordsRead = fread(memBuffer, 1, memDumpSize, in handleResponse()
1118 numRecordsRead != (int) memDumpSize) { in handleResponse()
1123 remaining = memDumpSize; in handleResponse()
1153 memDumpSize); in handleResponse()