/frameworks/base/core/jni/ |
D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 168 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 …]
|
D | android_view_Surface.cpp | 182 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/ |
D | WindowSurface.cpp | 85 sp<ANativeWindow> anw = mSurfaceControl->getSurface(); in getSurface() local
|
/frameworks/av/cmds/screenrecord/ |
D | EglWindow.cpp | 51 sp<ANativeWindow> anw = new Surface(surface); in createWindow() local
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureGL_test.cpp | 221 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()
|
D | FillBuffer.cpp | 92 void produceOneRGBA8Frame(const sp<ANativeWindow>& anw) { in produceOneRGBA8Frame()
|
D | Surface_test.cpp | 217 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
|
D | CpuConsumer_test.cpp | 444 void configureANW(const sp<ANativeWindow>& anw, in configureANW() 478 void produceOneFrame(const sp<ANativeWindow>& anw, in produceOneFrame()
|
D | SurfaceTextureClient_test.cpp | 683 sp<ANativeWindow> anw(mSTC); in TEST_F() local
|
/frameworks/base/media/jni/ |
D | android_media_ImageWriter.cpp | 405 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/ |
D | GLHelper.cpp | 211 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/ |
D | ACameraDevice.cpp | 306 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/ |
D | DepthCompositeStream.cpp | 462 ANativeWindow *anw = surface.get(); in isDepthCompositeStream() local 585 ANativeWindow *anw = mBlobSurface.get(); in configureStream() local
|
D | HeicCompositeStream.cpp | 95 ANativeWindow *anw = surface.get(); in isHeicCompositeStream() local
|
D | CameraDeviceClient.cpp | 1432 ANativeWindow *anw = surface.get(); in createSurfaceFromGbp() local
|
/frameworks/base/libs/hwui/renderthread/ |
D | CanvasContext.cpp | 605 ANativeWindow* anw = mNativeSurface->getNativeWindow(); in getNextFrameSize() local 738 ANativeWindow* anw = mNativeSurface->getNativeWindow(); in surfaceRequiresRedraw() local
|
/frameworks/base/services/core/jni/ |
D | com_android_server_tv_TvInputHal.cpp | 136 sp<ANativeWindow> anw(mSurface); in readyToRun() local 217 sp<ANativeWindow> anw(mSurface); in threadLoop() local
|
/frameworks/native/services/surfaceflinger/tests/ |
D | LayerUpdate_test.cpp | 811 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/ |
D | Allocation.cpp | 504 ANativeWindow *anw = (ANativeWindow *)RS::dispatch->AllocationGetSurface(mRS->getContext(), in getSurface() local
|
/frameworks/av/camera/ndk/ndk_vendor/tests/ |
D | AImageReaderVendorTest.cpp | 63 native_handle_t* anw; member
|
/frameworks/native/libs/nativewindow/include/system/ |
D | window.h | 880 static inline int native_window_dequeue_buffer_and_wait(ANativeWindow *anw, in native_window_dequeue_buffer_and_wait()
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | Camera2Client.cpp | 2220 ANativeWindow *anw = window.get(); in setVideoTarget() local
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | SFFakeHwc_test.cpp | 1729 auto anw = static_cast<ANativeWindow*>(s.get()); in Test_ChildrenWithParentBufferTransform() local
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaPlayerService.cpp | 1090 sp<ANativeWindow> anw; in setVideoSurfaceTexture() local
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 1268 ANativeWindow *anw = (ANativeWindow *)rsAllocationGetSurface((RsContext)con, (RsAllocation)a); in nAllocationGetSurface() local 1285 ANativeWindow *anw = nullptr; in nAllocationSetSurface() local
|