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

  /frameworks/wilhelm/src/android/
android_defs.h 119 #define PLAYEREVENT_PLAY "play" // SL_PLAYEVENT_*
android_GenericPlayer.cpp 442 } else if (msg->findInt32(PLAYEREVENT_PLAY, &val1)) {
443 SL_LOGV("GenericPlayer notifying %s = %d", PLAYEREVENT_PLAY, val1);
630 notify(PLAYEREVENT_PLAY, (int32_t) SL_PLAYEVENT_HEADATMARKER, true /*async*/);
667 notify(PLAYEREVENT_PLAY, (int32_t) SL_PLAYEVENT_HEADATNEWPOS, true /*async*/);

Completed in 58 milliseconds