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

/frameworks/wilhelm/src/
H A Ddata.c256 SLuint32 actualMask; local
266 actualMask = 1L << locatorType;
272 actualMask = 0x100L << (locatorType - SL_DATALOCATOR_ANDROIDFD);
277 actualMask = 0L;
280 if (!(allowedDataLocatorMask & actualMask)) {
623 SLuint32 actualMask; local
630 actualMask = 1L << formatType;
634 actualMask = 0L;
637 if (!(allowedDataFormatMask & actualMask)) {

Completed in 43 milliseconds