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

  /frameworks/wilhelm/src/android/
android_GenericMediaPlayer.cpp 26 #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)
119 media_event_type_to_string((enum media_event_type) msg), msg, ext1, ext2);
127 switch ((media_event_type) msg) {
  /frameworks/av/media/libmedia/include/media/
mediaplayer.h 44 enum media_event_type { enum in namespace:android

Completed in 77 milliseconds