Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching defs:setVideoSurfaceTexture

804 status_t MediaPlayerService::Client::setVideoSurfaceTexture(
807 LOGV("[%d] setVideoSurfaceTexture(%p)", mConnId, surfaceTexture.get());
824 LOGE("setVideoSurfaceTexture failed: %d", err);
839 status_t err = p->setVideoSurfaceTexture(surfaceTexture);