Searched defs:gp (Results 1 - 1 of 1) sorted by relevance

/system/media/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp577 * pre-condition: gp != 0
579 XAresult android_Player_setPlayState(const android::sp<android::GenericPlayer> &gp, argument
589 gp->stop();
597 gp->prepare();
602 gp->pause();
615 gp->prepare();
620 gp->play();

Completed in 72 milliseconds