Home
last modified time | relevance | path

Searched refs: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
70 cType = HWC_OVERLAY; in getHWC1CompType()
73 cType = HWC_BACKGROUND; in getHWC1CompType()
76 cType = HWC_CURSOR_OVERLAY; in getHWC1CompType()
79 cType = HWC_SIDEBAND; in getHWC1CompType()
84 cType = HWC_FRAMEBUFFER; in getHWC1CompType()
88 return cType; in getHWC1CompType()