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
56
static player_type
getPlayerType
(const sp<IMediaPlayer>& client,
58
static player_type
getPlayerType
(const sp<IMediaPlayer>& client,
62
static player_type
getPlayerType
(const sp<IMediaPlayer>& client,
64
static player_type
getPlayerType
(const sp<IMediaPlayer>& client,
MediaPlayerFactory.cpp
104
player_type MediaPlayerFactory::
getPlayerType
(const sp<IMediaPlayer>& client,
109
player_type MediaPlayerFactory::
getPlayerType
(const sp<IMediaPlayer>& client,
116
player_type MediaPlayerFactory::
getPlayerType
(const sp<IMediaPlayer>& client,
121
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);
163
MediaPlayerFactory::
getPlayerType
(NULL /* client */,
185
MediaPlayerFactory::
getPlayerType
(NULL /* client */, dataSource);
MediaPlayerService.cpp
760
player_type playerType = MediaPlayerFactory::
getPlayerType
(this, url);
797
player_type playerType = MediaPlayerFactory::
getPlayerType
(this,
814
player_type playerType = MediaPlayerFactory::
getPlayerType
(this, source);
828
player_type playerType = MediaPlayerFactory::
getPlayerType
(this, dataSource);
[
all
...]
Completed in 122 milliseconds