Searched refs:newImpl (Results 1 – 3 of 3) sorted by relevance
/aosp12/build/soong/finder/ |
H A D | finder.go | 170 return newImpl(cacheParams, filesystem, logger, dbPath, defaultNumThreads) 174 func newImpl(cacheParams CacheParams, filesystem fs.FileSystem, func
|
H A D | finder_test.go | 56 f, err := newImpl(cacheParams, filesystem, logger, cachePath, numThreads) 69 f, err := newImpl(
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/ |
H A D | WifiScanningServiceImpl.java | 469 private boolean doesAnyExistingImplSatisfy(WifiScannerImpl newImpl) { in doesAnyExistingImplSatisfy() argument 471 if (existingImpl.getChannelHelper().satisfies(newImpl.getChannelHelper())) { in doesAnyExistingImplSatisfy()
|