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

  /system/media/wilhelm/src/android/
android_defs.h 116 #define PLAYEREVENT_PLAY "play" // SL_PLAYEVENT_*
android_GenericPlayer.cpp 428 } else if (msg->findInt32(PLAYEREVENT_PLAY, &val1)) {
429 SL_LOGV("GenericPlayer notifying %s = %d", PLAYEREVENT_PLAY, val1);
610 notify(PLAYEREVENT_PLAY, (int32_t) SL_PLAYEVENT_HEADATMARKER, true /*async*/);
647 notify(PLAYEREVENT_PLAY, (int32_t) SL_PLAYEVENT_HEADATNEWPOS, true /*async*/);

Completed in 1137 milliseconds