Searched defs:IpcDataCache (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/processors/property_cache/test/java/android/processor/property_cache/shadows/ |
D | IpcDataCache.java | 20 public class IpcDataCache<Input, Output> { class 103 public IpcDataCache( in IpcDataCache() method in IpcDataCache 111 public IpcDataCache(Config config, QueryHandler<Input, Output> computer) { in IpcDataCache() method in IpcDataCache 114 public IpcDataCache(Config config, RemoteCall<Input, Output> computer) { in IpcDataCache() method in IpcDataCache 117 public IpcDataCache(Config config, RemoteCall<Input, Output> computer, in IpcDataCache() method in IpcDataCache
|
/frameworks/base/core/java/android/os/ |
D | IpcDataCache.java | 262 public class IpcDataCache<Query, Result> extends PropertyInvalidatedCache<Query, Result> { class 342 public IpcDataCache(int maxEntries, @NonNull @IpcDataCacheModule String module, in IpcDataCache() method in IpcDataCache 569 public IpcDataCache(@NonNull Config config, @NonNull QueryHandler<Query, Result> computer) { in IpcDataCache() method in IpcDataCache 618 public IpcDataCache(@NonNull Config config, @NonNull RemoteCall<Query, Result> remoteCall) { in IpcDataCache() method in IpcDataCache 642 public IpcDataCache(@NonNull Config config, in IpcDataCache() method in IpcDataCache
|