Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_logger.cpp217 int *mBuffSize; member in DebugCommand
233 : WifiCommand("DebugCommand", iface, 0), mBuff(buffer), mBuffSize(buffer_size), mType in DebugCommand()
244 memset(mBuff, 0, *mBuffSize); in DebugCommand()
252 mBuffSize = NULL; in DebugCommand()
268 mBuffSize = NULL; in DebugCommand()
283 mBuffSize = NULL; in DebugCommand()
301 mBuffSize = NULL; in DebugCommand()
473 ALOGD("len = %d, expected len = %d", len, *mBuffSize); in handleResponse()
474 memcpy(mBuff, data, min(len, *mBuffSize)); in handleResponse()
475 if (*mBuffSize < len) in handleResponse()
[all …]