Searched refs:compare_type (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/media/img_utils/src/
H A DSortedEntryVector.cpp40 return compare_type(**lEntry, **rEntry);
/frameworks/base/libs/hwui/utils/
H A DMacros.h29 friend inline int compare_type(const Type& lhs, const Type& rhs) { return lhs.compare(rhs); } \
H A DSortedList.h236 return compare_type(*reinterpret_cast<const TYPE*> (lhs), *reinterpret_cast<const TYPE*> (rhs));
/frameworks/base/libs/hwui/
H A DLayerCache.h126 friend inline int compare_type(const LayerEntry& lhs, const LayerEntry& rhs) { function in struct:android::uirenderer::LayerCache::LayerEntry
H A DRenderBufferCache.h108 friend inline int compare_type(const RenderBufferEntry& lhs, function in struct:android::uirenderer::RenderBufferCache::RenderBufferEntry
H A DPatchCache.h122 friend inline int compare_type(const PatchDescription& lhs, function in struct:android::uirenderer::PatchCache::PatchDescription
H A DTextDropShadowCache.h107 inline int compare_type(const ShadowText& lhs, const ShadowText& rhs) { function in namespace:android::uirenderer
H A DGradientCache.h98 inline int compare_type(const GradientCacheEntry& lhs, const GradientCacheEntry& rhs) { function in namespace:android::uirenderer
/frameworks/base/libs/hwui/font/
H A DFont.h161 inline int compare_type(const Font::FontDescription& lhs, const Font::FontDescription& rhs) { function in namespace:android::uirenderer
/frameworks/base/tools/aapt/
H A DAaptAssets.h131 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) function
138 return compare_type(lhs, rhs) < 0;
H A DResourceTable.cpp658 int cmp = compare_type(type, o.type);
/frameworks/rs/cpp/util/
H A DTypeHelpers.h123 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android::RSC
/frameworks/rs/server/
H A DTypeHelpers.h123 int compare_type(const TYPE& lhs, const TYPE& rhs) { function in namespace:android
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp98 int compare_type(const ComposerState& lhs, const ComposerState& rhs) { function in namespace:android
107 int compare_type(const DisplayState& lhs, const DisplayState& rhs) { function in namespace:android
108 return compare_type(lhs.token, rhs.token);

Completed in 176 milliseconds