Searched refs:wakeIntervalUs (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | TwtManager.java | 419 public void onTwtSessionCreate(int cmdId, int wakeDurationUs, long wakeIntervalUs, in onTwtSessionCreate() argument 431 iTwtCallback.onCreate(wakeDurationUs, wakeIntervalUs, linkId, getOwnerUid(cmdId), in onTwtSessionCreate()
|
D | WifiVendorHal.java | 1763 public void onTwtSessionCreate(int cmdId, int wakeDurationUs, long wakeIntervalUs, 1768 mWifiTwtEvents.onTwtSessionCreate(cmdId, wakeDurationUs, wakeIntervalUs,
|
D | WifiNative.java | 5466 void onTwtSessionCreate(int cmdId, int wakeDurationUs, long wakeIntervalUs, int linkId,
|
/packages/modules/Wifi/service/java/com/android/server/wifi/hal/ |
D | WifiStaIface.java | 139 void onTwtSessionCreate(int cmdId, int wakeDurationUs, long wakeIntervalUs, int linkId, in onTwtSessionCreate() argument
|