Searched refs:cType (Results 1 – 2 of 2) sorted by relevance
146 #define IS_CHIP_TYPE_GE(cType) (nfcFL.chipType >= cType) argument147 #define IS_CHIP_TYPE_EQ(cType) (nfcFL.chipType == cType) argument148 #define IS_CHIP_TYPE_LE(cType) (nfcFL.chipType <= cType) argument149 #define IS_CHIP_TYPE_L(cType) (nfcFL.chipType < cType) argument150 #define IS_CHIP_TYPE_NE(cType) (nfcFL.chipType != cType) argument
65 uint32_t cType = HWC_FRAMEBUFFER; in getHWC1CompType() local70 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()