Home | History | Annotate | Download | only in src

Lines Matching defs:locatorType

33     SLuint32 locatorType;
35 pDataLocator->mLocatorType = locatorType = SL_DATALOCATOR_NULL;
37 locatorType = *(SLuint32 *)pLocator;
38 switch (locatorType) {
100 SL_LOGE("%s: locatorType=IODEVICE, but device field %p has wrong " \
167 SL_LOGE("%s: locatorType=SL_DATALOCATOR_OUTPUTMIX, but outputMix field %p does " \
243 SL_LOGE("%s: locatorType=%u", name, locatorType);
247 // Verify that another thread didn't change the locatorType field after we used it
249 if ((SL_RESULT_SUCCESS == result) && (locatorType != pDataLocator->mLocatorType)) {
250 SL_LOGE("%s: locatorType changed from %u to %u", name, locatorType,
260 switch (locatorType) {
269 actualMask = 1L << locatorType;
275 actualMask = 0x100L << (locatorType - SL_DATALOCATOR_ANDROIDFD);
284 SL_LOGE("%s: data locator type 0x%x not allowed", name, locatorType);