Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/include/media/
H A DMediaPlayerInterface.h353 virtual bool hardwareOutput() { return false; } in hardwareOutput() function
364 virtual bool hardwareOutput() { return true; } in hardwareOutput() function
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/include/
H A DMediaPlayerInterface.h353 virtual bool hardwareOutput() { return false; } in hardwareOutput() function
364 virtual bool hardwareOutput() { return true; } in hardwareOutput() function
/aosp_15_r20/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp58 virtual bool hardwareOutput() {return true;} in hardwareOutput() function in __anonae771de00111::Player