Searched refs:SLVolumeItf (Results 1 – 10 of 10) sorted by relevance
/frameworks/wilhelm/src/itf/ |
D | IVolume.c | 22 static SLresult IVolume_SetVolumeLevel(SLVolumeItf self, SLmillibel level_) in IVolume_SetVolumeLevel() 46 static SLresult IVolume_GetVolumeLevel(SLVolumeItf self, SLmillibel *pLevel) in IVolume_GetVolumeLevel() 65 static SLresult IVolume_GetMaxVolumeLevel(SLVolumeItf self, SLmillibel *pMaxLevel) in IVolume_GetMaxVolumeLevel() 80 static SLresult IVolume_SetMute(SLVolumeItf self, SLboolean mute) in IVolume_SetMute() 100 static SLresult IVolume_GetMute(SLVolumeItf self, SLboolean *pMute) in IVolume_GetMute() 119 static SLresult IVolume_EnableStereoPosition(SLVolumeItf self, SLboolean enable) in IVolume_EnableStereoPosition() 139 static SLresult IVolume_IsEnabledStereoPosition(SLVolumeItf self, SLboolean *pEnable) in IVolume_IsEnabledStereoPosition() 158 static SLresult IVolume_SetStereoPosition(SLVolumeItf self, SLpermille stereoPosition) in IVolume_SetStereoPosition() 181 static SLresult IVolume_GetStereoPosition(SLVolumeItf self, SLpermille *pStereoPosition) in IVolume_GetStereoPosition()
|
/frameworks/wilhelm/include/SLES/ |
D | OpenSLES.h | 1292 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/sandbox/ |
D | multiplay.c | 33 SLVolumeItf mPlayerVolume; 167 SLVolumeItf mixVolume; in main()
|
D | outputmix.c | 111 SLVolumeItf outputMixVolume; in main()
|
/frameworks/wilhelm/tests/ |
D | mimeUri_test.cpp | 114 SLVolumeItf volItf; in TestPlayUri()
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestPlayUri2.cpp | 82 SLVolumeItf volItf, volItf2; in TestPlayUri()
|
D | slesTestPlayUri.cpp | 140 SLVolumeItf volItf; in TestPlayUri()
|
D | slesTestGetPositionUri.cpp | 142 SLVolumeItf volItf; in TestGetPositionUri()
|
D | slesTestManyPlayers.cpp | 43 SLVolumeItf volItfs[MAX_NUMBER_PLAYERS];
|
/frameworks/wilhelm/tests/sandbox/streamSource/ |
D | slesTestPlayStream.cpp | 198 SLVolumeItf volItf; in TestPlayStream()
|