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 534 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSink->pLocator;
537 switch (sinkLocatorType) {
551 SL_LOGE("Unsupported sink locator type 0x%x", (unsigned)sinkLocatorType);
570 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSnk->pLocator;
586 switch (sinkLocatorType) {
639 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 3334 milliseconds