OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:media_info_type
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/media/
mediaplayer.h
96
// 'ext1' should be a value from the enum
media_info_type
.
105
enum
media_info_type
{
enum in namespace:android
/frameworks/wilhelm/src/android/
android_GenericMediaPlayer.cpp
26
#include <media/mediaplayer.h> // media_event_type media_error_type
media_info_type
95
// Map a
media_info_type
enum (the ext1 of a MEDIA_INFO event) to a string or NULL
96
static const char *media_info_type_to_string(
media_info_type
info)
198
media_info_type_to_string((
media_info_type
) ext1), ext1, ext2);
Completed in 3131 milliseconds