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

/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp303 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator; local
310 if ((SL_DATALOCATOR_IODEVICE == sourceLocatorType) &&
H A DMediaPlayer_to_android.cpp312 const SLuint32 sourceLocatorType = *(SLuint32 *)pSrc->pLocator; local
318 switch(sourceLocatorType) {
343 (unsigned) sourceLocatorType);
H A DAudioPlayer_to_android.cpp593 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator; local
613 switch (sourceLocatorType) {
634 (unsigned)sourceLocatorType);
642 switch (sourceLocatorType) {
657 (unsigned)sourceLocatorType);
895 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator; local
900 switch (sourceLocatorType) {
1098 (unsigned) sourceLocatorType);
1102 (unsigned) sourceLocatorType);

Completed in 273 milliseconds