Lines Matching refs:ext1
848 void MediaPlayer::notify(int msg, int ext1, int ext2, const Parcel *obj) in notify() argument
850 ALOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2); in notify()
869 ALOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2); in notify()
888 ALOGV("MediaPlayer::notify() MEDIA_DRM_INFO(%d, %d, %d, %p)", msg, ext1, ext2, obj); in notify()
903 ALOGE("error (%d, %d)", ext1, ext2); in notify()
909 mPrepareStatus = ext1; in notify()
917 if (ext1 != MEDIA_INFO_VIDEO_TRACK_LAGGING) { in notify()
918 ALOGW("info/warning (%d, %d)", ext1, ext2); in notify()
936 ALOGV("buffering %d", ext1); in notify()
939 ALOGV("New video size %d x %d", ext1, ext2); in notify()
940 mVideoWidth = ext1; in notify()
956 ALOGV("unrecognized message: (%d, %d, %d)", msg, ext1, ext2); in notify()
967 listener->notify(msg, ext1, ext2, obj); in notify()