Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:setVideoSurfaceTexture

814 status_t MediaPlayerService::Client::setVideoSurfaceTexture(
817 ALOGV("[%d] setVideoSurfaceTexture(%p)", mConnId, bufferProducer.get());
833 ALOGE("setVideoSurfaceTexture failed: %d", err);
848 status_t err = p->setVideoSurfaceTexture(bufferProducer);