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

/frameworks/wilhelm/src/android/
H A DAudioPlayer_to_android.cpp569 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator; local
589 switch (sourceLocatorType) {
610 (unsigned)sourceLocatorType);
618 switch (sourceLocatorType) {
633 (unsigned)sourceLocatorType);
925 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator; local
932 switch (sourceLocatorType) {
1163 (unsigned) sourceLocatorType);
1167 (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.cpp311 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator; local
318 if ((SL_DATALOCATOR_IODEVICE == sourceLocatorType) &&

Completed in 56 milliseconds