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);
AudioPlayer_to_android.cpp 569 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator;
589 switch (sourceLocatorType) {
610 (unsigned)sourceLocatorType);
618 switch (sourceLocatorType) {
633 (unsigned)sourceLocatorType);
    [all...]
AudioRecorder_to_android.cpp 311 const SLuint32 sourceLocatorType = *(SLuint32 *)pAudioSrc->pLocator;
318 if ((SL_DATALOCATOR_IODEVICE == sourceLocatorType) &&

Completed in 99 milliseconds