Home
last modified time | relevance | path

Searched refs:volumeItf1 (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/multimedia/audio/audio_cpp_standard/openslesPlayerNdk/
H A DActsOpenslesPlayerNdkTest.cpp84 SLVolumeItf volumeItf1; member
293 result = (*pcmPlayerObject1)->GetInterface(pcmPlayerObject1, SL_IID_VOLUME, &volumeItf1); in OpenSlTestConcurrent()
295 AUDIO_INFO_LOG("OpenSlTestConcurrent volumeItf1 result: %{public}lu", result); in OpenSlTestConcurrent()
300 (*volumeItf1)->GetMaxVolumeLevel(volumeItf1, &level1); in OpenSlTestConcurrent()
303 (*volumeItf1)->SetVolumeLevel(volumeItf1, level1); in OpenSlTestConcurrent()

Completed in 2 milliseconds