Home
last modified time | relevance | path

Searched defs:hardwareOutput (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/include/media/
DMediaPlayerInterface.h319 virtual bool hardwareOutput() { return false; } in hardwareOutput() function
330 virtual bool hardwareOutput() { return true; } in hardwareOutput() function
/frameworks/av/media/libmediaplayerservice/include/
DMediaPlayerInterface.h319 virtual bool hardwareOutput() { return false; } in hardwareOutput() function
330 virtual bool hardwareOutput() { return true; } in hardwareOutput() function
/frameworks/base/media/tests/players/
Dinvoke_mock_media_player.cpp58 virtual bool hardwareOutput() {return true;} in hardwareOutput() function in __anon4e6871f30111::Player