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

  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 593 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator;
613 switch (sourceLocatorType) {
634 (unsigned)sourceLocatorType);
642 switch (sourceLocatorType) {
657 (unsigned)sourceLocatorType);
    [all...]
MediaPlayer_to_android.cpp 312 const SLuint32 sourceLocatorType = *(SLuint32 *)pSrc->pLocator;
318 switch(sourceLocatorType) {
343 (unsigned) sourceLocatorType);
AudioRecorder_to_android.cpp 303 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator;
310 if ((SL_DATALOCATOR_IODEVICE == sourceLocatorType) &&

Completed in 34 milliseconds