Searched defs:mMaxKeySize (Results 1 - 3 of 3) sorted by relevance

/frameworks/ml/nn/driver/cache/nnCache/
H A DnnCache.h115 // mMaxKeySize is the maximum key size that will be cached.
116 size_t mMaxKeySize; member in class:android::NNCache
/frameworks/native/opengl/libs/EGL/
H A DBlobCache.h221 // mMaxKeySize is the maximum key size that will be cached. Calls to
222 // BlobCache::set with a keySize parameter larger than mMaxKeySize will
224 const size_t mMaxKeySize; member in class:android::BlobCache
/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache.h309 // mMaxKeySize is the maximum key size that will be cached. Calls to
310 // BlobCache::set with a keySize parameter larger than mMaxKeySize will
312 const size_t mMaxKeySize; member in class:android::BlobCache

Completed in 40 milliseconds