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

/frameworks/av/media/img_utils/include/img_utils/
H A DOrderable.h27 inline bool operator op (const Orderable& orderable) const;
30 * Subclasses of Orderable can be compared and sorted. This is
34 class ANDROID_API Orderable { class in namespace:android::img_utils
36 virtual ~Orderable();
/frameworks/av/media/img_utils/src/
H A DOrderable.cpp17 #include <img_utils/Orderable.h>
25 bool Orderable::operator op (const Orderable& orderable) const { \
36 Orderable::~Orderable() {}

Completed in 577 milliseconds