Home
last modified time | relevance | path

Searched defs:anw (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp168 static status_t produceFrame(const sp<ANativeWindow>& anw, in produceFrame()
381 sp<ANativeWindow> anw; in getNativeWindow() local
405 sp<ANativeWindow> anw; in getNativeWindowFromTexture() local
446 sp<ANativeWindow> anw; in LegacyCameraDevice_nativeDetectSurfaceType() local
464 sp<ANativeWindow> anw; in LegacyCameraDevice_nativeDetectSurfaceDataspace() local
494 sp<ANativeWindow> anw; in LegacyCameraDevice_nativeDetectSurfaceDimens() local
522 sp<ANativeWindow> anw; in LegacyCameraDevice_nativeDetectSurfaceUsageFlags() local
544 sp<ANativeWindow> anw; in LegacyCameraDevice_nativeDisconnectSurface() local
563 sp<ANativeWindow> anw; in LegacyCameraDevice_nativeDetectTextureDimens() local
612 sp<ANativeWindow> anw; in LegacyCameraDevice_nativeProduceFrame() local
[all …]
Dandroid_view_Surface.cpp182 ANativeWindow* anw = static_cast<ANativeWindow*>(sur.get()); in nativeIsConsumerRunningBehind() local
363 ANativeWindow* anw = static_cast<ANativeWindow*>(surface); in nativeGetWidth() local
371 ANativeWindow* anw = static_cast<ANativeWindow*>(surface); in nativeGetHeight() local
405 ANativeWindow* anw = static_cast<ANativeWindow*>(surface); in nativeSetSharedBufferModeEnabled() local
412 ANativeWindow* anw = static_cast<ANativeWindow*>(surface); in nativeSetAutoRefreshEnabled() local
419 ANativeWindow* anw = static_cast<ANativeWindow*>(surface); in nativeSetFrameRate() local
/frameworks/native/opengl/tests/lib/
DWindowSurface.cpp85 sp<ANativeWindow> anw = mSurfaceControl->getSurface(); in getSurface() local
/frameworks/av/cmds/screenrecord/
DEglWindow.cpp51 sp<ANativeWindow> anw = new Surface(surface); in createWindow() local
/frameworks/native/libs/gui/tests/
DSurfaceTextureGL_test.cpp221 ProducerThread(const sp<ANativeWindow>& anw, in TEST_F()
439 explicit ProducerThread(const sp<ANativeWindow>& anw): in TEST_F()
622 explicit ProducerThread(const sp<ANativeWindow>& anw): in TEST_F()
DFillBuffer.cpp92 void produceOneRGBA8Frame(const sp<ANativeWindow>& anw) { in produceOneRGBA8Frame()
DSurface_test.cpp217 sp<ANativeWindow> anw(mSurface); in TEST_F() local
230 sp<ANativeWindow> anw(mSurface); in TEST_F() local
240 sp<ANativeWindow> anw(mSurface); in TEST_F() local
288 sp<ANativeWindow> anw(mSurface); in TEST_F() local
296 sp<ANativeWindow> anw(mSurface); in TEST_F() local
313 sp<ANativeWindow> anw(s); in TEST_F() local
333 sp<ANativeWindow> anw(s); in TEST_F() local
609 sp<ANativeWindow> anw(mSurface); in TEST_F() local
DCpuConsumer_test.cpp444 void configureANW(const sp<ANativeWindow>& anw, in configureANW()
478 void produceOneFrame(const sp<ANativeWindow>& anw, in produceOneFrame()
DSurfaceTextureClient_test.cpp683 sp<ANativeWindow> anw(mSTC); in TEST_F() local
/frameworks/base/media/jni/
Dandroid_media_ImageWriter.cpp405 sp<ANativeWindow> anw = producer; in ImageWriter_init() local
500 sp<ANativeWindow> anw = ctx->getProducer(); in ImageWriter_dequeueImage() local
574 sp<ANativeWindow> anw = ctx->getProducer(); in ImageWriter_cancelImage() local
604 sp<ANativeWindow> anw = ctx->getProducer(); in ImageWriter_queueImage() local
719 sp < ANativeWindow > anw = surface; in ImageWriter_attachAndQueueImage() local
/frameworks/native/cmds/flatland/
DGLHelper.cpp211 sp<ANativeWindow> anw = new Surface(producer); in createNamedSurfaceTexture() local
276 sp<ANativeWindow> anw = sc->getSurface(); in createWindowSurface() local
/frameworks/av/camera/ndk/ndk_vendor/impl/
DACameraDevice.cpp306 for (auto& anw : output->mSharedWindows) { in updateOutputConfigurationLocked() local
358 native_handle_t* anw = outputTarget.mWindow; in allocateCaptureRequestLocked() local
437 native_handle_t* anw = req->mSurfaceList[i]; in allocateACaptureRequest() local
614 native_handle_t* anw = outConfig.mWindow; in configureStreamsLocked() local
849 native_handle_t* anw = in onCaptureErrorLocked() local
1247 native_handle_t* anw; in onMessageReceived() local
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp462 ANativeWindow *anw = surface.get(); in isDepthCompositeStream() local
585 ANativeWindow *anw = mBlobSurface.get(); in configureStream() local
DHeicCompositeStream.cpp95 ANativeWindow *anw = surface.get(); in isHeicCompositeStream() local
DCameraDeviceClient.cpp1432 ANativeWindow *anw = surface.get(); in createSurfaceFromGbp() local
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp605 ANativeWindow* anw = mNativeSurface->getNativeWindow(); in getNextFrameSize() local
738 ANativeWindow* anw = mNativeSurface->getNativeWindow(); in surfaceRequiresRedraw() local
/frameworks/base/services/core/jni/
Dcom_android_server_tv_TvInputHal.cpp136 sp<ANativeWindow> anw(mSurface); in readyToRun() local
217 sp<ANativeWindow> anw(mSurface); in threadLoop() local
/frameworks/native/services/surfaceflinger/tests/
DLayerUpdate_test.cpp811 auto anw = static_cast<ANativeWindow*>(s.get()); in TEST_F() local
846 auto anw = static_cast<ANativeWindow*>(s.get()); in TEST_F() local
918 auto anw = static_cast<ANativeWindow*>(s.get()); in TEST_F() local
/frameworks/rs/cpp/
DAllocation.cpp504 ANativeWindow *anw = (ANativeWindow *)RS::dispatch->AllocationGetSurface(mRS->getContext(), in getSurface() local
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp63 native_handle_t* anw; member
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h880 static inline int native_window_dequeue_buffer_and_wait(ANativeWindow *anw, in native_window_dequeue_buffer_and_wait()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.cpp2220 ANativeWindow *anw = window.get(); in setVideoTarget() local
/frameworks/native/services/surfaceflinger/tests/fakehwc/
DSFFakeHwc_test.cpp1729 auto anw = static_cast<ANativeWindow*>(s.get()); in Test_ChildrenWithParentBufferTransform() local
/frameworks/av/media/libmediaplayerservice/
DMediaPlayerService.cpp1090 sp<ANativeWindow> anw; in setVideoSurfaceTexture() local
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1268 ANativeWindow *anw = (ANativeWindow *)rsAllocationGetSurface((RsContext)con, (RsAllocation)a); in nAllocationGetSurface() local
1285 ANativeWindow *anw = nullptr; in nAllocationSetSurface() local