OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hardwareOutput
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/media/
MediaPlayerInterface.h
104
virtual bool
hardwareOutput
() = 0;
192
virtual bool
hardwareOutput
() { return false; }
203
virtual bool
hardwareOutput
() { return true; }
/frameworks/base/media/tests/players/
invoke_mock_media_player.cpp
57
virtual bool
hardwareOutput
() {return true;}
Completed in 165 milliseconds