HomeSort by relevance Sort by last modified time
    Searched refs:player2 (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/tests/mimeUri/
slesTestPlayUri2.cpp 69 SLObjectItf player, player2, outputMix; local
144 result = (*EngineItf)->CreateAudioPlayer(EngineItf, &player2, &audioSource, &audioSink, 2,
150 result = (*player)->Realize(player2, SL_BOOLEAN_FALSE); ExitOnError(result);
156 result = (*player)->GetInterface(player2, SL_IID_PLAY, (void*)&playItf2);
161 result = (*player2)->GetInterface(player2, SL_IID_VOLUME, (void*)&volItf2);
166 result = (*player2)->GetInterface(player2, SL_IID_PREFETCHSTATUS, (void*)&prefetchItf2);
242 (*player2)->Destroy(player2);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/
DocumentTimelineTest.cpp 86 RefPtr<Player> player2 = timeline->play(anim2.get()); local
90 EXPECT_FLOAT_EQ(seekTime, player2->currentTime());

Completed in 64 milliseconds