Searched defs:requestResponse (Results 1 - 7 of 7) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.cpp583 int WifiCommand::requestResponse() { function in class:WifiCommand
589 return requestResponse(mMsg);
592 int WifiCommand::requestResponse(WifiRequest& request) { function in class:WifiCommand
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Difaceeventhandler.cpp216 int WifihalGeneric::requestResponse() function in class:WifihalGeneric
218 return WifiCommand::requestResponse(mMsg);
H A Dllstats.cpp853 int LLStatsCommand::requestResponse() function in class:LLStatsCommand
855 return WifiCommand::requestResponse(mMsg);
1282 ret = LLCommand->requestResponse();
1284 ALOGE("%s: requestResponse Error:%d",__FUNCTION__, ret);
1337 ret = LLCommand->requestResponse();
1339 ALOGE("%s: requestResponse Error:%d",__FUNCTION__, ret);
1393 ret = LLCommand->requestResponse();
1395 ALOGE("%s: requestResponse Error:%d",__FUNCTION__, ret);
H A Dtdls.cpp321 int TdlsCommand::requestResponse() function in class:TdlsCommand
323 return WifiCommand::requestResponse(mMsg);
421 ret = pTdlsCommand->requestResponse();
423 ALOGE("%s: requestResponse Error:%d", __FUNCTION__, ret);
474 ret = pTdlsCommand->requestResponse();
476 ALOGE("%s: requestResponse Error:%d", __FUNCTION__, ret);
523 ret = pTdlsCommand->requestResponse();
525 ALOGE("%s: requestResponse Error:%d", __FUNCTION__, ret);
564 ret = pTdlsCommand->requestResponse();
566 ALOGE("%s: requestResponse Erro
[all...]
H A Dcpp_bindings.cpp590 int WifiCommand::requestResponse() { function in class:WifiCommand
596 return requestResponse(mMsg);
599 int WifiCommand::requestResponse(WifiRequest& request) { function in class:WifiCommand
828 int WifiVendorCommand::requestResponse() function in class:WifiVendorCommand
830 return WifiCommand::requestResponse(mMsg);
H A Dgscan.cpp166 ret = gScanCommand->requestResponse();
257 ret = gScanCommand->requestResponse();
259 ALOGE("%s: requestResponse Error:%d",__FUNCTION__, ret);
480 ret = gScanCommand->requestResponse();
482 ALOGE("%s : requestResponse Error:%d", __FUNCTION__, ret);
578 ret = gScanCommand->requestResponse();
580 ALOGE("%s: requestResponse Error:%d",__FUNCTION__, ret);
748 ret = gScanCommand->requestResponse();
750 ALOGE("%s: requestResponse Error:%d",__FUNCTION__, ret);
847 ret = gScanCommand->requestResponse();
1429 int GScanCommand::requestResponse() function in class:GScanCommand
[all...]
H A Dwifilogger.cpp145 ret = wifiLoggerCommand->requestResponse();
271 ret = wifiLoggerCommand->requestResponse();
337 ret = wifiLoggerCommand->requestResponse();
405 ret = wifiLoggerCommand->requestResponse();
469 ret = wifiLoggerCommand->requestResponse();
535 ret = wifiLoggerCommand->requestResponse();
985 int WifiLoggerCommand::requestResponse() function in class:WifiLoggerCommand
987 return WifiCommand::requestResponse(mMsg);
1508 ret = wifiLoggerCommand->requestResponse();

Completed in 283 milliseconds