Searched refs:media_event_type (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp26 #include <media/mediaplayer.h> // media_event_type media_error_type media_info_type
61 // Map a media_event_type enum (the msg of an IMediaPlayerClient::notify) to a string or NULL
62 static const char *media_event_type_to_string(media_event_type msg)
118 media_event_type_to_string((enum media_event_type) msg), msg, ext1, ext2);
126 switch ((media_event_type) msg) {
/frameworks/av/include/media/
H A Dmediaplayer.h38 enum media_event_type { enum in namespace:android

Completed in 54 milliseconds