Lines Matching defs:setVideoSurfaceTexture
906 status_t MediaPlayerService::Client::setVideoSurfaceTexture(
909 ALOGV("[%d] setVideoSurfaceTexture(%p)", mConnId, bufferProducer.get());
921 status_t err = nativeWindowConnect(anw.get(), "setVideoSurfaceTexture");
924 ALOGE("setVideoSurfaceTexture failed: %d", err);
940 status_t err = p->setVideoSurfaceTexture(bufferProducer);