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

/frameworks/base/include/media/
H A DPVPlayer.h65 void sendEvent(int msg, int ext1=0, int ext2=0) { MediaPlayerBase::sendEvent(msg, ext1, ext2); } function in class:android::PVPlayer
H A DMediaPlayerInterface.h147 virtual void sendEvent(int msg, int ext1=0, int ext2=0) { if (mNotify) mNotify(mCookie, msg, ext1, ext2); } function in class:android::MediaPlayerBase

Completed in 38 milliseconds