Home
last modified time | relevance | path

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

/aosp12/frameworks/av/include/media/
H A DMediaPlayerInterface.h323 virtual bool hardwareOutput() { return false; } in hardwareOutput() function
334 virtual bool hardwareOutput() { return true; } in hardwareOutput() function
/aosp12/frameworks/av/media/libmediaplayerservice/include/
H A DMediaPlayerInterface.h323 virtual bool hardwareOutput() { return false; } in hardwareOutput() function
334 virtual bool hardwareOutput() { return true; } in hardwareOutput() function
/aosp12/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp58 virtual bool hardwareOutput() {return true;} in hardwareOutput() function in __anon617094960110::Player