Lines Matching refs:modelCache

1147                             bool createIfNotExist, hidl_vec<hidl_handle>* modelCache,  in getCacheHandles()  argument
1160 *modelCache = createCacheHandleVec(numCacheFiles.first, cacheFileName, createIfNotExist); in getCacheHandles()
1161 if (modelCache->size() != numCacheFiles.first) { in getCacheHandles()
1167 modelCache->resize(0); in getCacheHandles()
1213 hidl_vec<hidl_handle> modelCache, dataCache; in prepareModelInternal() local
1216 /*createIfNotExist=*/true, &modelCache, &dataCache)) { in prepareModelInternal()
1217 modelCache.resize(0); in prepareModelInternal()
1232 [&model, preference, priority, &otp, &modelCache, &dataCache, &token, in prepareModelInternal()
1234 return device->prepareModel_1_3(model, preference, priority, otp, modelCache, in prepareModelInternal()
1271 [&model12, &preference, &modelCache, &dataCache, &token, in prepareModelInternal()
1273 return device->prepareModel_1_2(model12, preference, modelCache, dataCache, in prepareModelInternal()
1397 hidl_vec<hidl_handle> modelCache, dataCache; in prepareModelFromCacheInternal() local
1399 /*createIfNotExist=*/false, &modelCache, &dataCache)) { in prepareModelFromCacheInternal()
1409 [&otp, &modelCache, &dataCache, &token, in prepareModelFromCacheInternal()
1411 return device->prepareModelFromCache_1_3(otp, modelCache, dataCache, token, in prepareModelFromCacheInternal()
1436 [&modelCache, &dataCache, &token, &callback](const sp<V1_2::IDevice>& device) { in prepareModelFromCacheInternal()
1437 return device->prepareModelFromCache(modelCache, dataCache, token, callback); in prepareModelFromCacheInternal()