Searched defs:sourceLocatorType (Results 1 - 3 of 3) sorted by relevance

/frameworks/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp312 const SLuint32 sourceLocatorType = *(SLuint32 *)pSrc->pLocator; local
318 switch (sourceLocatorType) {
343 (unsigned) sourceLocatorType);
H A DAudioRecorder_to_android.cpp280 } // switch (sourceLocatorType)
408 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator; local
415 if ((SL_DATALOCATOR_IODEVICE == sourceLocatorType) &&
H A DAudioPlayer_to_android.cpp675 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator; local
695 switch (sourceLocatorType) {
716 (unsigned)sourceLocatorType);
724 switch (sourceLocatorType) {
739 (unsigned)sourceLocatorType);
1046 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator; local
1052 switch (sourceLocatorType) {
1219 (unsigned) sourceLocatorType);
1223 (unsigned) sourceLocatorType);

Completed in 1469 milliseconds