Searched defs:cacheInfo (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Dialer/java/com/android/incallui/ |
D | CallerInfoUtils.java | 138 CachedContactInfo cacheInfo = lookupService.buildCachedContactInfo(info); in buildCachedContactInfo() local
|
D | ContactInfoCache.java | 97 CachedContactInfo cacheInfo = input.service.buildCachedContactInfo(contactInfo); in doInBackground() local 117 input.service.addContact(input.context.getApplicationContext(), cacheInfo); in doInBackground() local
|
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/ |
D | ContactInfoHelper.java | 426 CachedContactInfo cacheInfo = in queryContactInfoForPhoneNumber() local
|
/packages/modules/NeuralNetworks/runtime/ |
D | Manager.cpp | 380 const CacheInfo& cacheInfo, const CacheToken& token, in getCacheHandles() 424 const OptionalTimePoint& deadline, const CacheInfo& cacheInfo, in prepareModelFromCacheInternal() 434 const OptionalTimePoint& deadline, const CacheInfo& cacheInfo, in prepareModel()
|
D | ExecutionPlan.h | 730 void setCaching(const CacheInfo* cacheInfo, const uint8_t* token) { in setCaching()
|
D | ExecutionPlan.cpp | 71 int compilationPriority, const OptionalTimePoint& deadline, const CacheInfo& cacheInfo, in compile()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | TranscodeHelperImpl.java | 522 Pair<Long, Integer> cacheInfo = getTranscodeCacheInfoFromDB(path); in getIoPath() local 1071 Pair<Long, Integer> cacheInfo = getTranscodeCacheInfoFromDB(path); in isTranscodeFileCached() local
|