Home
last modified time | relevance | path

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

/frameworks/wilhelm/tests/mimeUri/
DslesTestPlayUri2.cpp69 SLObjectItf player, player2, outputMix; in TestPlayUri() local
144 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player2, &audioSource, &audioSink, 2, in TestPlayUri()
150 result = (*player)->Realize(player2, SL_BOOLEAN_FALSE); ExitOnError(result); in TestPlayUri()
156 result = (*player)->GetInterface(player2, SL_IID_PLAY, (void*)&playItf2); in TestPlayUri()
161 result = (*player2)->GetInterface(player2, SL_IID_VOLUME, (void*)&volItf2); in TestPlayUri()
166 result = (*player2)->GetInterface(player2, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf2); in TestPlayUri()
242 (*player2)->Destroy(player2); in TestPlayUri()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/
DMediaCarouselControllerTest.kt688 val player2 = Triple("player2", DATA.copy(clickIntent = clickIntent2), 2000L) in testGetCurrentVisibleMediaContentIntent() constant
689 clock.setCurrentTimeMillis(player2.third) in testGetCurrentVisibleMediaContentIntent()
691 player2.first, in testGetCurrentVisibleMediaContentIntent()
692 player2.second.copy(notificationKey = player2.first), in testGetCurrentVisibleMediaContentIntent()