Searched defs:rlookup (Results 1 - 3 of 3) 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
/frameworks/av/media/libstagefright/foundation/include/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
/frameworks/av/media/libstagefright/include/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 605 milliseconds