Lines Matching refs:ext1
852 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) in notify() argument
854 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2); in notify()
873 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2); in notify()
892 ALOGV("MediaPlayer::notify() MEDIA_DRM_INFO(%d, %d, %d, %p)", msg, ext1, ext2, obj); in notify()
907 ALOGE("error (%d, %d)", ext1, ext2); in notify()
913 mPrepareStatus = ext1; in notify()
921 if (ext1 != MEDIA_INFO_VIDEO_TRACK_LAGGING) { in notify()
922 ALOGW("info/warning (%d, %d)", ext1, ext2); in notify()
940 ALOGV("buffering %d", ext1); in notify()
943 ALOGV("New video size %d x %d", ext1, ext2); in notify()
944 mVideoWidth = ext1; in notify()
957 ALOGV("unrecognized message: (%d, %d, %d)", msg, ext1, ext2); in notify()
968 listener->notify(msg, ext1, ext2, obj); in notify()