Home | History | Annotate | Download | only in libopensles

Lines Matching defs:locatorType

576     SLuint32 locatorType = *(SLuint32 *)pAudioSrc->pLocator;
579 switch (locatorType) {
724 SL_LOGE("Cannot create audio player with data locator type 0x%x", (unsigned) locatorType);
728 }// switch (locatorType)
880 // SLuint32 locatorType = *(SLuint32 *)pAudioSnk->pLocator;
881 // if (SL_DATALOCATOR_OUTPUTMIX == locatorType) {
886 SLuint32 locatorType = *(SLuint32 *)pAudioSrc->pLocator;
887 switch (locatorType) {