Home | History | Annotate | Download | only in src

Lines Matching defs:locatorType

30     SLuint32 locatorType;
32 pDataLocator->mLocatorType = locatorType = SL_DATALOCATOR_NULL;
34 locatorType = *(SLuint32 *)pLocator;
35 switch (locatorType) {
97 SL_LOGE("%s: locatorType=IODEVICE, but device field %p has wrong " \
164 SL_LOGE("%s: locatorType=SL_DATALOCATOR_OUTPUTMIX, but outputMix field %p does " \
240 SL_LOGE("%s: locatorType=%u", name, locatorType);
244 // Verify that another thread didn't change the locatorType field after we used it
246 if ((SL_RESULT_SUCCESS == result) && (locatorType != pDataLocator->mLocatorType)) {
247 SL_LOGE("%s: locatorType changed from %u to %u", name, locatorType,
257 switch (locatorType) {
266 actualMask = 1L << locatorType;
272 actualMask = 0x100L << (locatorType - SL_DATALOCATOR_ANDROIDFD);
281 SL_LOGE("%s: data locator type 0x%x not allowed", name, locatorType);