HomeSort by relevance Sort by last modified time
    Searched full:sourcelocatortype (Results 1 - 3 of 3) sorted by null

  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 312 const SLuint32 sourceLocatorType = *(SLuint32 *)pSrc->pLocator;
318 switch (sourceLocatorType) {
343 (unsigned) sourceLocatorType);
AudioRecorder_to_android.cpp 280 } // switch (sourceLocatorType)
408 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator;
415 if ((SL_DATALOCATOR_IODEVICE == sourceLocatorType) &&
    [all...]
AudioPlayer_to_android.cpp 637 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator;
657 switch (sourceLocatorType) {
678 (unsigned)sourceLocatorType);
686 switch (sourceLocatorType) {
701 (unsigned)sourceLocatorType);
    [all...]

Completed in 324 milliseconds