Searched refs:lockType (Results 1 – 2 of 2) sorted by relevance
112 boolean acquireWifiLock(IBinder lock, int lockType, String tag, in WorkSource ws); in acquireWifiLock() argument
2185 private WifiLock(int lockType, String tag) {2187 mLockType = lockType;2360 public WifiLock createWifiLock(int lockType, String tag) {2361 return new WifiLock(lockType, tag);