Lines Matching refs:modelCache
1148 bool createIfNotExist, hidl_vec<hidl_handle>* modelCache, in getCacheHandles() argument
1163 *modelCache = createCacheHandleVec(numCacheFiles.first, cacheFileName, createIfNotExist); in getCacheHandles()
1164 if (modelCache->size() != numCacheFiles.first) { in getCacheHandles()
1170 modelCache->resize(0); in getCacheHandles()
1216 hidl_vec<hidl_handle> modelCache, dataCache; in prepareModelInternal() local
1219 /*createIfNotExist=*/true, &modelCache, &dataCache)) { in prepareModelInternal()
1220 modelCache.resize(0); in prepareModelInternal()
1235 [&model, preference, priority, &otp, &modelCache, &dataCache, &token, in prepareModelInternal()
1237 return device->prepareModel_1_3(model, preference, priority, otp, modelCache, in prepareModelInternal()
1274 [&model12, &preference, &modelCache, &dataCache, &token, in prepareModelInternal()
1276 return device->prepareModel_1_2(model12, preference, modelCache, dataCache, in prepareModelInternal()
1400 hidl_vec<hidl_handle> modelCache, dataCache; in prepareModelFromCacheInternal() local
1402 /*createIfNotExist=*/false, &modelCache, &dataCache)) { in prepareModelFromCacheInternal()
1412 [&otp, &modelCache, &dataCache, &token, in prepareModelFromCacheInternal()
1414 return device->prepareModelFromCache_1_3(otp, modelCache, dataCache, token, in prepareModelFromCacheInternal()
1439 [&modelCache, &dataCache, &token, &callback](const sp<V1_2::IDevice>& device) { in prepareModelFromCacheInternal()
1440 return device->prepareModelFromCache(modelCache, dataCache, token, callback); in prepareModelFromCacheInternal()