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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
wificonfigcommand.h 54 bool mWaitforRsp;
wifiloggercmd.h 82 bool mWaitforRsp;
wificonfig.cpp 305 mWaitforRsp = false;
346 mWaitforRsp = wait;
423 ALOGD("%s: Msg sent, res=%d, mWaitForRsp=%d", __func__, res, mWaitforRsp);
425 if (!res && (mWaitforRsp == true)) {
434 ALOGD("%s: Command invoked return value:%d, mWaitForRsp=%d",
435 __func__, res, mWaitforRsp);
wifilogger.cpp 603 mWaitforRsp = false;
785 ALOGD("%s: Msg sent, res=%d, mWaitForRsp=%d", __FUNCTION__, res, mWaitforRsp);
787 if (!res && (mWaitforRsp == true)) {
796 ALOGD("%s: Command invoked return value:%d, mWaitForRsp=%d",
797 __FUNCTION__, res, mWaitforRsp);
1037 mWaitforRsp = wait;

Completed in 60 milliseconds