OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPlayerType
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libmediaplayerservice/
MediaPlayerFactory.h
52
static player_type
getPlayerType
(const sp<IMediaPlayer>& client,
54
static player_type
getPlayerType
(const sp<IMediaPlayer>& client,
58
static player_type
getPlayerType
(const sp<IMediaPlayer>& client,
MediaPlayerFactory.cpp
108
player_type MediaPlayerFactory::
getPlayerType
(const sp<IMediaPlayer>& client,
113
player_type MediaPlayerFactory::
getPlayerType
(const sp<IMediaPlayer>& client,
120
player_type MediaPlayerFactory::
getPlayerType
(const sp<IMediaPlayer>& client,
MetadataRetrieverClient.cpp
123
// pass NULL to
getPlayerType
to indicate that there is no outer
126
MediaPlayerFactory::
getPlayerType
(NULL /* client */, url);
162
MediaPlayerFactory::
getPlayerType
(NULL /* client */,
MediaPlayerService.cpp
654
player_type playerType = MediaPlayerFactory::
getPlayerType
(this, url);
691
player_type playerType = MediaPlayerFactory::
getPlayerType
(this,
708
player_type playerType = MediaPlayerFactory::
getPlayerType
(this, source);
[
all
...]
Completed in 650 milliseconds