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

  /system/media/wilhelm/src/android/
AudioPlayer_to_android.cpp 596 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator;
616 switch (sourceLocatorType) {
637 (unsigned)sourceLocatorType);
645 switch (sourceLocatorType) {
660 (unsigned)sourceLocatorType);
    [all...]
MediaPlayer_to_android.cpp 300 const SLuint32 sourceLocatorType = *(SLuint32 *)pSrc->pLocator;
306 switch(sourceLocatorType) {
331 (unsigned) sourceLocatorType);
AudioRecorder_to_android.cpp 303 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator;
310 if ((SL_DATALOCATOR_IODEVICE == sourceLocatorType) &&

Completed in 18 milliseconds