Searched refs:SLVolumeItf (Results 1 – 11 of 11) sorted by relevance
/frameworks/wilhelm/src/itf/ |
D | IVolume.c | 22 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/ |
D | multiplay.c | 33 SLVolumeItf mPlayerVolume; 167 SLVolumeItf mixVolume; in main()
|
D | outputmix.c | 111 SLVolumeItf outputMixVolume; in main()
|
/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/examples/ |
D | slesTestSawtoothBufferQueue.cpp | 127 SLVolumeItf volumeItf; in TestPlaySawtoothBufferQueue()
|
/frameworks/wilhelm/tests/ |
D | mimeUri_test.cpp | 117 SLVolumeItf volItf; in TestPlayUri()
|
/frameworks/wilhelm/tests/mimeUri/ |
D | slesTestPlayUri2.cpp | 82 SLVolumeItf volItf, volItf2; in TestPlayUri()
|
D | slesTestPlayUri.cpp | 143 SLVolumeItf volItf; in TestPlayUri()
|
D | slesTestGetPositionUri.cpp | 145 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()
|