Searched defs:sinkLocatorType (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp167 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSnk->pLocator; local
173 switch (sinkLocatorType) {
343 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSnk->pLocator; local
350 (SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE == sinkLocatorType)) {
H A DAudioPlayer_to_android.cpp539 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSink->pLocator; local
542 switch (sinkLocatorType) {
556 SL_LOGE("Unsupported sink locator type 0x%x", (unsigned)sinkLocatorType);
576 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSnk->pLocator; local
592 switch (sinkLocatorType) {
645 SL_LOGE("Sink data locator 0x%x not supported", (unsigned)sinkLocatorType);
946 const SLuint32 sinkLocatorType = *(SLuint32 *)pAudioSnk->pLocator; local
1031 if ((sinkLocatorType != SL_DATALOCATOR_OUTPUTMIX) &&
1050 if ((sinkLocatorType != SL_DATALOCATOR_OUTPUTMIX) &&

Completed in 36 milliseconds