Home | History | Annotate | Download | only in libopensles

Lines Matching defs:locatorType

270     SLuint32 locatorType = *(SLuint32 *)pLocator;
271 switch (locatorType) {
380 SL_LOGE("locatorType is SL_DATALOCATOR_OUTPUTMIX, but outputMix field %p does not " \
429 SL_LOGE("invalid locatorTypelocatorType);
433 // Verify that another thread didn't change the locatorType field after we used it
435 if (locatorType != pDataLocator->mLocatorType) {