Home
last modified time | relevance | path

Searched refs:compare_type (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/native/libs/gui/include/gui/
H A DLayerState.h314 static inline int compare_type(const ComposerState& lhs, const ComposerState& rhs) { in compare_type() function
320 static inline int compare_type(const DisplayState& lhs, const DisplayState& rhs) { in compare_type() function
321 return compare_type(lhs.token, rhs.token); in compare_type()
/aosp12/frameworks/av/media/img_utils/src/
H A DSortedEntryVector.cpp40 return compare_type(**lEntry, **rEntry); in do_compare()
/aosp12/system/core/libutils/include/utils/
H A DString8.h241 inline int compare_type(const String8& lhs, const String8& rhs) in compare_type() function
248 return compare_type(lhs, rhs) < 0; in strictly_order_type()
H A DString16.h229 inline int compare_type(const String16& lhs, const String16& rhs) in compare_type() function
236 return compare_type(lhs, rhs) < 0; in strictly_order_type()
H A DSortedVector.h288 return compare_type( *reinterpret_cast<const TYPE*>(lhs), *reinterpret_cast<const TYPE*>(rhs) ); in do_compare()
H A DTypeHelpers.h125 int compare_type(const TYPE& lhs, const TYPE& rhs) {
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DDeviceDescriptor.cpp288 ret = compare_type(ldevice->type(), rdevice->type()); in do_compare()
292 ret = compare_type(rdevice->getId(), ldevice->getId()); in do_compare()
/aosp12/frameworks/base/tools/aapt/
H A DAaptAssets.h129 inline int compare_type(const AaptGroupEntry& lhs, const AaptGroupEntry& rhs) in compare_type() function
136 return compare_type(lhs, rhs) < 0; in strictly_order_type()
H A DResourceTable.cpp673 int cmp = compare_type(type, o.type); in operator <()
/aosp12/frameworks/rs/cpp/util/
H A DTypeHelpers.h124 int compare_type(const TYPE& lhs, const TYPE& rhs) {
/aosp12/art/compiler/optimizing/
H A Dcode_generator_x86.cc2023 DataType::Type compare_type = condition->InputAt(0)->GetType(); in SelectCanUseCMOV() local
2024 if (compare_type == DataType::Type::kInt64 || in SelectCanUseCMOV()
2025 DataType::IsFloatingPointType(compare_type)) { in SelectCanUseCMOV()