Searched refs:hardwareOutput (Results 1 - 4 of 4) sorted by path

/frameworks/av/include/media/
H A DMediaPlayerInterface.h158 virtual bool hardwareOutput() = 0;
309 virtual bool hardwareOutput() { return false; } function in class:android::MediaPlayerInterface
320 virtual bool hardwareOutput() { return true; } function in class:android::MediaPlayerHWInterface
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp777 if (!p->hardwareOutput()) {
1219 } else if ((mPlayer != NULL) && !mPlayer->hardwareOutput()) {
1239 if (p != 0 && p->hardwareOutput()) {
1256 if (p != 0 && p->hardwareOutput()) {
1329 if (p != 0 && p->hardwareOutput()) {
/frameworks/av/media/libmediaplayerservice/include/
H A DMediaPlayerInterface.h158 virtual bool hardwareOutput() = 0;
309 virtual bool hardwareOutput() { return false; } function in class:android::MediaPlayerInterface
320 virtual bool hardwareOutput() { return true; } function in class:android::MediaPlayerHWInterface
/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp58 virtual bool hardwareOutput() {return true;} function in class:__anon1259::Player

Completed in 111 milliseconds