Searched defs:actualMask (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/
H A Ddata.c259 SLuint32 actualMask; local
269 actualMask = 1L << locatorType;
275 actualMask = 0x100L << (locatorType - SL_DATALOCATOR_ANDROIDFD);
280 actualMask = 0L;
283 if (!(allowedDataLocatorMask & actualMask)) {
634 SLuint32 actualMask; local
641 actualMask = 1L << formatType;
645 actualMask = 0L;
648 if (!(allowedDataFormatMask & actualMask)) {

Completed in 22 milliseconds