Searched refs:pColor (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DILEDArray.c55 static SLresult ILEDArray_SetColor(SLLEDArrayItf self, SLuint8 index, const SLHSL *pColor) argument
61 if (!(index < MAX_LED_COUNT) || NULL == pColor)
63 SLHSL color = *pColor;
82 static SLresult ILEDArray_GetColor(SLLEDArrayItf self, SLuint8 index, SLHSL *pColor) argument
86 if (!(index < MAX_LED_COUNT) || NULL == pColor) {
94 *pColor = color;
/frameworks/compile/mclinker/lib/Support/
H A Draw_ostream.cpp39 mcld::raw_fd_ostream::changeColor(enum llvm::raw_ostream::Colors pColor, argument
45 return llvm::raw_fd_ostream::changeColor(pColor, pBold, pBackground);
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h2615 const XAHSL * pColor
2620 XAHSL * pColor

Completed in 57 milliseconds