Home
last modified time | relevance | path

Searched refs:SLMIDITimeItf (Results 1 – 3 of 3) sorted by relevance

/frameworks/wilhelm/src/itf/
DIMIDITime.cpp22 static SLresult IMIDITime_GetDuration(SLMIDITimeItf self, SLuint32 *pDuration) in IMIDITime_GetDuration()
39 static SLresult IMIDITime_SetPosition(SLMIDITimeItf self, SLuint32 position) in IMIDITime_SetPosition()
58 static SLresult IMIDITime_GetPosition(SLMIDITimeItf self, SLuint32 *pPosition) in IMIDITime_GetPosition()
77 static SLresult IMIDITime_SetLoopPoints(SLMIDITimeItf self, SLuint32 startTick, SLuint32 numTicks) in IMIDITime_SetLoopPoints()
98 static SLresult IMIDITime_GetLoopPoints(SLMIDITimeItf self, SLuint32 *pStartTick, in IMIDITime_GetLoopPoints()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h2166 typedef const struct SLMIDITimeItf_ * const * SLMIDITimeItf; typedef
2170 SLMIDITimeItf self,
2174 SLMIDITimeItf self,
2178 SLMIDITimeItf self,
2182 SLMIDITimeItf self,
2187 SLMIDITimeItf self,
/frameworks/libs/native_bridge_support/android_api/libOpenSLES/proxy/
Dsles_trampolines.cc403 void RegisterSLMIDITimeItfMethods(SLMIDITimeItf itf) { in RegisterSLMIDITimeItfMethods()
823 RegisterSLMIDITimeItfMethods(*static_cast<SLMIDITimeItf*>(itf)); in RegisterMethodsById()