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/media/tests/players/
invoke_mock_media_player.cpp
58
virtual bool
hardwareOutput
() {return true;}
/frameworks/av/media/libmediaplayerservice/include/
MediaPlayerInterface.h
166
virtual bool
hardwareOutput
() = 0;
319
virtual bool
hardwareOutput
() { return false; }
330
virtual bool
hardwareOutput
() { return true; }
Completed in 85 milliseconds