HomeSort by relevance Sort by last modified time
    Searched defs:requestResponse (Results 1 - 4 of 4) sorted by null

  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.cpp 580 int WifiCommand::requestResponse() {
586 return requestResponse(mMsg);
589 int WifiCommand::requestResponse(WifiRequest& request) {
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.cpp 597 int WifiCommand::requestResponse() {
603 return requestResponse(mMsg);
606 int WifiCommand::requestResponse(WifiRequest& request) {
llstats.cpp 538 int LLStatsCommand::requestResponse()
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);
    [all...]
gscan.cpp 99 ret = gScanCommand->requestResponse();
    [all...]

Completed in 878 milliseconds