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

  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 158 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSnk->pLocator;
164 switch (sinkLocatorType) {
337 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSnk->pLocator;
344 (SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE == sinkLocatorType)) {
AudioPlayer_to_android.cpp 536 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSink->pLocator;
539 switch (sinkLocatorType) {
553 SL_LOGE("Unsupported sink locator type 0x%x", (unsigned)sinkLocatorType);
573 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSnk->pLocator;
589 switch (sinkLocatorType) {
642 SL_LOGE("Sink data locator 0x%x not supported", (unsigned)sinkLocatorType);
    [all...]

Completed in 62 milliseconds