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

  /frameworks/wilhelm/src/desktop/
OutputMixExt.h 27 typedef const struct SLOutputMixExtItf_ * const * SLOutputMixExtItf;
32 void (*FillBuffer)(SLOutputMixExtItf self, void *pBuffer, SLuint32 size);
48 extern void IOutputMixExt_FillBuffer(SLOutputMixExtItf self, void *pBuffer, SLuint32 size);
SDL.c 35 SLOutputMixExtItf OutputMixExt = &outputMix->mOutputMixExt.mItf;
  /frameworks/wilhelm/src/itf/
IOutputMixExt.c 169 void IOutputMixExt_FillBuffer(SLOutputMixExtItf self, void *pBuffer, SLuint32 size)

Completed in 40 milliseconds