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

/frameworks/wilhelm/src/
H A Ddata.c261 SLuint32 actualMask; local
271 actualMask = 1L << locatorType;
277 actualMask = 0x100L << (locatorType - SL_DATALOCATOR_ANDROIDFD);
282 actualMask = 0L;
285 if (!(allowedDataLocatorMask & actualMask)) {
589 SLuint32 actualMask; local
596 actualMask = 1L << formatType;
600 actualMask = 0L;
603 if (!(allowedDataFormatMask & actualMask)) {

Completed in 9 milliseconds