/frameworks/base/core/jni/ |
D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 167 static status_t produceFrame(const sp<ANativeWindow>& anw, in produceFrame() 380 sp<ANativeWindow> anw; in getNativeWindow() local 398 sp<ANativeWindow> anw; in getNativeWindowFromTexture() local 439 sp<ANativeWindow> anw; in LegacyCameraDevice_nativeDetectSurfaceType() local 457 sp<ANativeWindow> anw; in LegacyCameraDevice_nativeDetectSurfaceDataspace() local 487 sp<ANativeWindow> anw; in LegacyCameraDevice_nativeDetectSurfaceDimens() local 515 sp<ANativeWindow> anw; in LegacyCameraDevice_nativeDetectSurfaceUsageFlags() local 537 sp<ANativeWindow> anw; in LegacyCameraDevice_nativeDisconnectSurface() local 556 sp<ANativeWindow> anw; in LegacyCameraDevice_nativeDetectTextureDimens() local 605 sp<ANativeWindow> anw; in LegacyCameraDevice_nativeProduceFrame() local [all …]
|
D | android_view_Surface.cpp | 204 ANativeWindow* anw = static_cast<ANativeWindow*>(sur.get()); in nativeIsConsumerRunningBehind() local 417 ANativeWindow* anw = static_cast<ANativeWindow*>(surface); in nativeGetWidth() local 425 ANativeWindow* anw = static_cast<ANativeWindow*>(surface); in nativeGetHeight() local 458 ANativeWindow* anw = static_cast<ANativeWindow*>(surface); in nativeSetSharedBufferModeEnabled() local 465 ANativeWindow* anw = static_cast<ANativeWindow*>(surface); in nativeSetAutoRefreshEnabled() local
|
/frameworks/native/opengl/tests/lib/ |
D | WindowSurface.cpp | 78 sp<ANativeWindow> anw = mSurfaceControl->getSurface(); in getSurface() local
|
/frameworks/av/camera/ndk/impl/ |
D | ACameraDevice.cpp | 242 for (auto& anw : output.mSharedWindows) { in isSessionConfigurationSupported() local 307 for (auto& anw : output->mSharedWindows) { in updateOutputConfigurationLocked() local 362 ANativeWindow* anw = outputTarget.mWindow; in allocateCaptureRequest() local 413 ANativeWindow* anw = static_cast<ANativeWindow*>(req->mSurfaceList[i].get()); in allocateACaptureRequest() local 581 ANativeWindow* anw, in getIGBPfromAnw() 594 ANativeWindow* anw, sp<Surface>& out) { in getSurfaceFromANativeWindow() 625 ANativeWindow* anw = outConfig.mWindow; in configureStreamsLocked() local 833 ANativeWindow* anw = static_cast<ANativeWindow*>(surface.get()); in onCaptureErrorLocked() local 1249 ANativeWindow* anw; in onMessageReceived() 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 | Surface_test.cpp | 218 sp<ANativeWindow> anw(mSurface); in TEST_F() local 231 sp<ANativeWindow> anw(mSurface); in TEST_F() local 241 sp<ANativeWindow> anw(mSurface); in TEST_F() local 289 sp<ANativeWindow> anw(mSurface); in TEST_F() local 297 sp<ANativeWindow> anw(mSurface); in TEST_F() local 314 sp<ANativeWindow> anw(s); in TEST_F() local 334 sp<ANativeWindow> anw(s); in TEST_F() local 610 sp<ANativeWindow> anw(mSurface); in TEST_F() local
|
D | FillBuffer.cpp | 92 void produceOneRGBA8Frame(const sp<ANativeWindow>& anw) { in produceOneRGBA8Frame()
|
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 | 685 sp<ANativeWindow> anw(mSTC); in TEST_F() local
|
/frameworks/base/media/jni/ |
D | android_media_ImageWriter.cpp | 380 sp<ANativeWindow> anw = producer; in ImageWriter_init() local 475 sp<ANativeWindow> anw = ctx->getProducer(); in ImageWriter_dequeueImage() local 549 sp<ANativeWindow> anw = ctx->getProducer(); in ImageWriter_cancelImage() local 579 sp<ANativeWindow> anw = ctx->getProducer(); in ImageWriter_queueImage() local 688 sp < ANativeWindow > anw = surface; in ImageWriter_attachAndQueueImage() local
|
/frameworks/native/cmds/flatland/ |
D | GLHelper.cpp | 212 sp<ANativeWindow> anw = new Surface(producer); in createNamedSurfaceTexture() local 277 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 | 483 ANativeWindow *anw = surface.get(); in isDepthCompositeStream() local 611 ANativeWindow *anw = mBlobSurface.get(); in configureStream() local
|
D | HeicCompositeStream.cpp | 93 ANativeWindow *anw = surface.get(); in isHeicCompositeStream() local
|
D | CameraDeviceClient.cpp | 1360 ANativeWindow *anw = surface.get(); in createSurfaceFromGbp() 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/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 | 863 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 | 2206 ANativeWindow *anw = window.get(); in setVideoTarget() local
|
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | SFFakeHwc_test.cpp | 1168 auto anw = static_cast<ANativeWindow*>(s.get()); in TEST_F() local
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaPlayerService.cpp | 919 sp<ANativeWindow> anw; in setVideoSurfaceTexture() local
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 4948 auto anw = static_cast<ANativeWindow*>(s.get()); in TEST_F() local 4983 auto anw = static_cast<ANativeWindow*>(s.get()); in TEST_F() local 5055 auto anw = static_cast<ANativeWindow*>(s.get()); in TEST_F() 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
|