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/media/libmediaplayerservice/include/
MediaPlayerInterface.h
158
virtual bool
hardwareOutput
() = 0;
309
virtual bool
hardwareOutput
() { return false; }
320
virtual bool
hardwareOutput
() { return true; }
/frameworks/base/media/tests/players/
invoke_mock_media_player.cpp
58
virtual bool
hardwareOutput
() {return true;}
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp
745
if (!p->
hardwareOutput
()) {
[
all
...]
Completed in 264 milliseconds