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

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Droam.cpp54 int RoamCommand::requestResponse() function in class:RoamCommand
56 return WifiCommand::requestResponse(mMsg);
136 ret = roamCommand->requestResponse();
138 ALOGE("wifi_set_bssid_blacklist(): requestResponse Error:%d", ret);
224 ret = roamCommand->requestResponse();
375 ret = roamCommand->requestResponse();
H A Dtdls.cpp312 int TdlsCommand::requestResponse() function in class:TdlsCommand
314 return WifiCommand::requestResponse(mMsg);
412 ret = pTdlsCommand->requestResponse();
414 ALOGE("%s: requestResponse Error:%d", __FUNCTION__, ret);
465 ret = pTdlsCommand->requestResponse();
467 ALOGE("%s: requestResponse Error:%d", __FUNCTION__, ret);
514 ret = pTdlsCommand->requestResponse();
516 ALOGE("%s: requestResponse Error:%d", __FUNCTION__, ret);
555 ret = pTdlsCommand->requestResponse();
557 ALOGE("%s: requestResponse Erro
[all...]
H A Difaceeventhandler.cpp215 int WifihalGeneric::requestResponse() function in class:WifihalGeneric
217 return WifiCommand::requestResponse(mMsg);
565 ret = requestResponse();
H A Dllstats.cpp854 int LLStatsCommand::requestResponse() function in class:LLStatsCommand
856 return WifiCommand::requestResponse(mMsg);
1290 ret = LLCommand->requestResponse();
1292 ALOGE("%s: requestResponse Error:%d",__FUNCTION__, ret);
1345 ret = LLCommand->requestResponse();
1347 ALOGE("%s: requestResponse Error:%d",__FUNCTION__, ret);
1407 ret = LLCommand->requestResponse();
1409 ALOGE("%s: requestResponse Error:%d",__FUNCTION__, ret);
H A Dcpp_bindings.cpp589 int WifiCommand::requestResponse() { function in class:WifiCommand
595 return requestResponse(mMsg);
598 int WifiCommand::requestResponse(WifiRequest& request) { function in class:WifiCommand
825 int WifiVendorCommand::requestResponse() function in class:WifiVendorCommand
827 return WifiCommand::requestResponse(mMsg);
H A Dgscan.cpp157 ret = gScanCommand->requestResponse();
380 ret = gScanCommand->requestResponse();
382 ALOGE("%s : requestResponse Error:%d", __FUNCTION__, ret);
465 ret = gScanCommand->requestResponse();
467 ALOGE("%s: requestResponse Error:%d",__FUNCTION__, ret);
621 ret = gScanCommand->requestResponse();
623 ALOGE("%s: requestResponse Error:%d",__FUNCTION__, ret);
706 ret = gScanCommand->requestResponse();
708 ALOGE("%s: requestResponse Error:%d",__FUNCTION__, ret);
873 ret = gScanCommand->requestResponse();
1198 int GScanCommand::requestResponse() function in class:GScanCommand
[all...]
H A Dwifilogger.cpp145 ret = wifiLoggerCommand->requestResponse();
269 ret = wifiLoggerCommand->requestResponse();
335 ret = wifiLoggerCommand->requestResponse();
402 ret = wifiLoggerCommand->requestResponse();
465 ret = wifiLoggerCommand->requestResponse();
530 ret = wifiLoggerCommand->requestResponse();
980 int WifiLoggerCommand::requestResponse() function in class:WifiLoggerCommand
982 return WifiCommand::requestResponse(mMsg);
1497 ret = wifiLoggerCommand->requestResponse();
/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

Completed in 29 milliseconds