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

/frameworks/av/media/img_utils/src/
H A DSortedEntryVector.cpp40 return compare_type(**lEntry, **rEntry);
/frameworks/base/libs/hwui/
H A DPatchCache.h116 friend inline int compare_type(const PatchDescription& lhs, function in struct:android::uirenderer::PatchCache::PatchDescription
H A DTextDropShadowCache.h102 inline int compare_type(const ShadowText& lhs, const ShadowText& rhs) { function in namespace:android::uirenderer
H A DGradientCache.h93 inline int compare_type(const GradientCacheEntry& lhs, const GradientCacheEntry& rhs) { function in namespace:android::uirenderer
/frameworks/base/libs/hwui/font/
H A DFont.h162 inline int compare_type(const Font::FontDescription& lhs, const Font::FontDescription& rhs) { function in namespace:android::uirenderer
/frameworks/base/tools/aapt/
H A DAaptAssets.h129 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) function
136 return compare_type(lhs, rhs) < 0;
H A DResourceTable.cpp676 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/native/libs/gui/
H A DSurfaceComposerClient.cpp101 int compare_type(const ComposerState& lhs, const ComposerState& rhs) { function in namespace:android
110 int compare_type(const DisplayState& lhs, const DisplayState& rhs) { function in namespace:android
111 return compare_type(lhs.token, rhs.token);

Completed in 806 milliseconds