Searched refs:setSurface (Results 26 - 50 of 75) sorted by relevance

123

/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DViewfinderProcessor.java71 mOutputAllocation.setSurface(output);
H A DCameraView.java164 mCameraOps.setSurface(mProcessingNormalSurface);
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.cpp119 status_t EGLTextureObject::setSurface(GGLSurface const* s) function in class:android::EGLTextureObject
155 setSurface(&sur);
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java57 mOutPixelsAllocation.setSurface(new Surface(surface));
63 mOutPixelsAllocation.setSurface(new Surface(surface));
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp133 setSurface(NULL);
144 void setSurface(jobject _surface) { function in struct:android::NativeCode
516 code->setSurface(surface);
540 code->setSurface(surface);
599 code->setSurface(NULL);
H A Dandroid_view_Surface.cpp491 static void setSurface(JNIEnv* env, jclass clazz, jlong rendererPtr, jlong surfacePtr) { function in namespace:android::uirenderer
543 {"nHwuiSetSurface", "(JJ)V", (void*) hwui::setSurface },
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java426 mOutDisplayAllocationIO.setSurface(mOutSurface);
523 public void setSurface(Surface s) { method in class:ImageProcessingActivity2.Processor
778 mProcessor.setSurface(new Surface(surface));
783 mProcessor.setSurface(new Surface(surface));
788 mProcessor.setSurface(null);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java360 mOutDisplayAllocation.setSurface(mOutSurface);
444 public void setSurface(Surface s) { method in class:ImageProcessingActivityJB.Processor
741 mProcessor.setSurface(new Surface(surface));
746 mProcessor.setSurface(new Surface(surface));
751 mProcessor.setSurface(null);
/frameworks/av/include/media/stagefright/
H A DMediaSync.h79 status_t setSurface(const sp<IGraphicBufferProducer> &output);
H A DMediaCodec.h154 status_t setSurface(const sp<Surface> &nativeWindow);
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.h59 status_t setSurface(
H A Dandroid_media_MediaSync.cpp64 status_t JMediaSync::setSurface(const sp<IGraphicBufferProducer> &bufferProducer) { function in class:android::JMediaSync
65 return mSync->setSurface(bufferProducer);
191 status_t err = sync->setSurface(bufferProducer);
/frameworks/base/rs/java/android/renderscript/
H A DRenderScriptGL.java205 public void setSurface(SurfaceHolder sur, int w, int h) { method in class:RenderScriptGL
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppView.java64 mRS.setSurface(holder, w, h);
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java59 mAllocationOut.setSurface(mSurface);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DVrState.java80 mScrAllocation.setSurface(surface);
/frameworks/base/media/java/android/media/tv/
H A DITvInputManager.aidl62 void setSurface(in IBinder sessionToken, in Surface surface, int userId);
H A DITvInputSessionWrapper.java110 mTvInputSessionImpl.setSurface((Surface) msg.obj);
216 public void setSurface(Surface surface) { method in class:ITvInputSessionWrapper
H A DTvInputManager.java1411 public void setSurface(Surface surface) { method in class:TvInputManager.Session
1418 mService.setSurface(mToken, surface, mUserId);
1426 * {@link #setSurface}.
2148 public boolean setSurface(Surface surface, TvStreamConfig config) { method in class:TvInputManager.Hardware
2150 return mInterface.setSurface(surface, config);
/frameworks/rs/
H A DrsDriverLoader.cpp92 ret &= fn(RS_HAL_ALLOCATION_SET_SURFACE, (void **)&rsc->mHal.funcs.allocation.setSurface);
137 ret &= fn(RS_HAL_GRAPHICS_SET_SURFACE, (void **)&rsc->mHal.funcs.setSurface);
H A DrsContext.h158 void setSurface(uint32_t w, uint32_t h, RsNativeWindow sur);
H A Drs_hal.h120 bool (*setSurface)(const Context *, uint32_t w, uint32_t h, RsNativeWindow); member in struct:android::renderscript::__anon1608
203 void (*setSurface)(const Context *rsc, Allocation *alloc, ANativeWindow *sur); member in struct:android::renderscript::__anon1608::__anon1610
/frameworks/base/media/java/android/media/
H A DMediaSync.java44 * sync.setSurface(surface);
317 public void setSurface(@Nullable Surface surface) { method in class:MediaSync
345 * {@link #setSurface}.
/frameworks/rs/driver/
H A DrsdCore.cpp314 rsc->mHal.funcs.allocation.setSurface = sAllocationSetSurface;
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
H A DVrView.java373 // mStateLow.mScrAllocation.setSurface(null);
377 mStateLow.mScrAllocation.setSurface(null);
381 mState1.mScrAllocation.setSurface(null);

Completed in 626 milliseconds

123