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

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.cpp580 int WifiCommand::requestResponse() { function in class:WifiCommand
586 return requestResponse(mMsg);
589 int WifiCommand::requestResponse(WifiRequest& request) { function in class:WifiCommand
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcpp_bindings.cpp597 int WifiCommand::requestResponse() { function in class:WifiCommand
603 return requestResponse(mMsg);
606 int WifiCommand::requestResponse(WifiRequest& request) { function in class:WifiCommand
H A Dllstats.cpp538 int LLStatsCommand::requestResponse() function in class:LLStatsCommand
540 return WifiCommand::requestResponse(mMsg);
614 ret = LLCommand->requestResponse();
616 ALOGE("%s: requestResponse Error:%d",__func__, ret);
673 ret = LLCommand->requestResponse();
675 ALOGE("%s: requestResponse Error:%d",__func__, ret);
737 ret = LLCommand->requestResponse();
739 ALOGE("%s: requestResponse Error:%d",__func__, ret);
H A Dgscan.cpp99 ret = gScanCommand->requestResponse();
1370 int GScanCommand::requestResponse() function in class:GScanCommand
1373 return WifiCommand::requestResponse(mMsg);

Completed in 63 milliseconds