Home
last modified time | relevance | path

Searched refs:newImpl (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/soong/finder/
H A Dfinder.go170 return newImpl(cacheParams, filesystem, logger, dbPath, defaultNumThreads)
174 func newImpl(cacheParams CacheParams, filesystem fs.FileSystem, func
H A Dfinder_test.go56 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 DWifiScanningServiceImpl.java469 private boolean doesAnyExistingImplSatisfy(WifiScannerImpl newImpl) { in doesAnyExistingImplSatisfy() argument
471 if (existingImpl.getChannelHelper().satisfies(newImpl.getChannelHelper())) { in doesAnyExistingImplSatisfy()