Home
last modified time | relevance | path

Searched defs:cType (Results 1 – 2 of 2) sorted by relevance

/hardware/nxp/nfc/snxxx/halimpl/common/
DNxp_Features.h146 #define IS_CHIP_TYPE_GE(cType) (nfcFL.chipType >= cType) argument
147 #define IS_CHIP_TYPE_EQ(cType) (nfcFL.chipType == cType) argument
148 #define IS_CHIP_TYPE_LE(cType) (nfcFL.chipType <= cType) argument
149 #define IS_CHIP_TYPE_L(cType) (nfcFL.chipType < cType) argument
150 #define IS_CHIP_TYPE_NE(cType) (nfcFL.chipType != cType) argument
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp65 uint32_t cType = HWC_FRAMEBUFFER; in getHWC1CompType() local