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

  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp 558 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSink->pLocator;
561 switch (sinkLocatorType) {
575 SL_LOGE("Unsupported sink locator type 0x%x", (unsigned)sinkLocatorType);
594 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSnk->pLocator;
610 switch (sinkLocatorType) {
663 SL_LOGE("Sink data locator 0x%x not supported", (unsigned)sinkLocatorType);
    [all...]
AudioRecorder_to_android.cpp 304 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSnk->pLocator;
311 (SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE == sinkLocatorType)) {

Completed in 26 milliseconds