Searched refs:mWifiTwtEvents (Results 1 – 1 of 1) sorted by relevance
122 private WifiNative.WifiTwtEvents mWifiTwtEvents; field in WifiVendorHal1746 if (mWifiTwtEvents == null) return;1747 mWifiTwtEvents.onTwtFailure(cmdId, twtErrorCode);1767 if (mWifiTwtEvents == null) return;1768 mWifiTwtEvents.onTwtSessionCreate(cmdId, wakeDurationUs, wakeIntervalUs,1788 if (mWifiTwtEvents == null) return;1789 mWifiTwtEvents.onTwtSessionTeardown(cmdId, twtSessionId, twtReasonCode);1806 if (mWifiTwtEvents == null) return;1807 mWifiTwtEvents.onTwtSessionStats(cmdId, twtSessionId, twtStats);2130 mWifiTwtEvents = wifiTwtCallback;