Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching defs:setVideoSurfaceTexture

732 status_t MediaPlayerService::Client::setVideoSurfaceTexture(
735 ALOGV("[%d] setVideoSurfaceTexture(%p)", mConnId, bufferProducer.get());
752 ALOGE("setVideoSurfaceTexture failed: %d", err);
767 status_t err = p->setVideoSurfaceTexture(bufferProducer);