OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hardwareOutput
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/include/media/
MediaPlayerInterface.h
133
virtual bool
hardwareOutput
() = 0;
234
virtual bool
hardwareOutput
() { return false; }
245
virtual bool
hardwareOutput
() { return true; }
/frameworks/base/media/tests/players/
invoke_mock_media_player.cpp
57
virtual bool
hardwareOutput
() {return true;}
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp
592
if (!p->
hardwareOutput
()) {
934
} else if ((mPlayer != NULL) && !mPlayer->
hardwareOutput
()) {
989
if (p != 0 && p->
hardwareOutput
()) {
[
all
...]
Completed in 29 milliseconds