Home
last modified time | relevance | path

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

/cts/tests/tests/media/libaudiojni/
Dappendix-b-1-2-recording.cpp57 SLDeviceVolumeItf devicevolumeItf; in TestAudioRecording() local
125 devicevolumeItf = NULL; in TestAudioRecording()
128 (void *)&devicevolumeItf); in TestAudioRecording()
131 if (devicevolumeItf != NULL) { // ANDROID: Volume may not be supported in TestAudioRecording()
132 res = (*devicevolumeItf)->SetVolume(devicevolumeItf, mic_deviceID, -300); in TestAudioRecording()