[go: nahoru, domu]

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

/frameworks/av/include/media/stagefright/foundation/
H A DALookup.h31 bool rlookup(const U& from, T *to) const;
37 inline bool map(const V& from, T *to) const { return rlookup(from, to); }
60 bool ALookup<T, U>::rlookup(const U& from, T *to) const { function in class:android::ALookup

Completed in 46 milliseconds