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

/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp575 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator; local
595 switch (sourceLocatorType) {
616 (unsigned)sourceLocatorType);
624 switch (sourceLocatorType) {
639 (unsigned)sourceLocatorType);
945 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator; local
951 switch (sourceLocatorType) {
1118 (unsigned) sourceLocatorType);
1122 (unsigned) sourceLocatorType);
H A DMediaPlayer_to_android.cpp312 const SLuint32 sourceLocatorType = *(SLuint32 *)pSrc->pLocator; local
318 switch (sourceLocatorType) {
343 (unsigned) sourceLocatorType);
H A DAudioRecorder_to_android.cpp214 } // switch (sourceLocatorType)
342 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator; local
349 if ((SL_DATALOCATOR_IODEVICE == sourceLocatorType) &&

Completed in 1820 milliseconds