Home
last modified time | relevance | path

Searched refs:SLVolumeItf (Results 1 – 11 of 11) sorted by relevance

/frameworks/wilhelm/src/itf/
DIVolume.c22 static SLresult IVolume_SetVolumeLevel(SLVolumeItf self, SLmillibel level) in IVolume_SetVolumeLevel()
45 static SLresult IVolume_GetVolumeLevel(SLVolumeItf self, SLmillibel *pLevel) in IVolume_GetVolumeLevel()
64 static SLresult IVolume_GetMaxVolumeLevel(SLVolumeItf self, SLmillibel *pMaxLevel) in IVolume_GetMaxVolumeLevel()
79 static SLresult IVolume_SetMute(SLVolumeItf self, SLboolean mute) in IVolume_SetMute()
99 static SLresult IVolume_GetMute(SLVolumeItf self, SLboolean *pMute) in IVolume_GetMute()
118 static SLresult IVolume_EnableStereoPosition(SLVolumeItf self, SLboolean enable) in IVolume_EnableStereoPosition()
138 static SLresult IVolume_IsEnabledStereoPosition(SLVolumeItf self, SLboolean *pEnable) in IVolume_IsEnabledStereoPosition()
157 static SLresult IVolume_SetStereoPosition(SLVolumeItf self, SLpermille stereoPosition) in IVolume_SetStereoPosition()
180 static SLresult IVolume_GetStereoPosition(SLVolumeItf self, SLpermille *pStereoPosition) in IVolume_GetStereoPosition()
/frameworks/wilhelm/tests/sandbox/
Dmultiplay.c33 SLVolumeItf mPlayerVolume;
167 SLVolumeItf mixVolume; in main()
Doutputmix.c111 SLVolumeItf outputMixVolume; in main()
/frameworks/wilhelm/include/SLES/
DOpenSLES.h1292 typedef const struct SLVolumeItf_ * const * SLVolumeItf; typedef
1296 SLVolumeItf self,
1300 SLVolumeItf self,
1304 SLVolumeItf self,
1308 SLVolumeItf self,
1312 SLVolumeItf self,
1316 SLVolumeItf self,
1320 SLVolumeItf self,
1324 SLVolumeItf self,
1328 SLVolumeItf self,
/frameworks/wilhelm/tests/examples/
DslesTestSawtoothBufferQueue.cpp127 SLVolumeItf volumeItf; in TestPlaySawtoothBufferQueue()
/frameworks/wilhelm/tests/
DmimeUri_test.cpp117 SLVolumeItf volItf; in TestPlayUri()
/frameworks/wilhelm/tests/mimeUri/
DslesTestPlayUri2.cpp82 SLVolumeItf volItf, volItf2; in TestPlayUri()
DslesTestPlayUri.cpp143 SLVolumeItf volItf; in TestPlayUri()
DslesTestGetPositionUri.cpp145 SLVolumeItf volItf; in TestGetPositionUri()
DslesTestManyPlayers.cpp43 SLVolumeItf volItfs[MAX_NUMBER_PLAYERS];
/frameworks/wilhelm/tests/sandbox/streamSource/
DslesTestPlayStream.cpp198 SLVolumeItf volItf; in TestPlayStream()