Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger.cpp885 u32 memDumpSize = 0; in handleResponse() local
903 memDumpSize = nla_get_u32( in handleResponse()
908 memBuffer = (char*) malloc(sizeof(char) * memDumpSize); in handleResponse()
911 "size of %d", __func__, memDumpSize); in handleResponse()
914 memset(memBuffer, 0, sizeof(char) * memDumpSize); in handleResponse()
917 memDumpSize); in handleResponse()
927 numRecordsRead = fread(memBuffer, 1, memDumpSize, in handleResponse()
930 numRecordsRead != (int) memDumpSize) { in handleResponse()
935 remaining = memDumpSize; in handleResponse()
965 memDumpSize); in handleResponse()