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

/frameworks/ml/nn/driver/cache/nnCache/
H A DnnCache.h34 typedef BlobCache::Select Select; typedef in class:android::NNCache
/frameworks/native/services/sensorservice/
H A Dtraits.h67 struct Select { struct in namespace:android
71 struct Select<false, T, U> { struct in namespace:android
112 typedef typename Select<isStdArith || isPointer, T, const T&>::Result ParameterType;
/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache.h38 enum class Select { class in class:android::BlobCache
63 typedef std::pair<Select, Capacity> Policy;
65 static Policy defaultPolicy() { return Policy(Select::DEFAULT, Capacity::DEFAULT); }
327 const Select mPolicySelect;
340 // recently an entry was accessed, for the Select::LRU policy.

Completed in 166 milliseconds