Searched defs:dataCache (Results 1 – 4 of 4) sorted by relevance
188 const std::vector<SharedHandle>& dataCache, in prepareModel()229 … const std::vector<SharedHandle>& dataCache, in prepareModelFromCache()
190 const android::hardware::hidl_vec<android::hardware::hidl_handle>& dataCache, in prepareModel_1_3()
67 bool UpdateDataCache(RtvDsvClearInfo<T> *dataCache, in UpdateDataCache()
741 private val dataCache = (1..5).associateWith { Data(it) } in <lambda>() constant