| /frameworks/base/core/jni/ |
| D | android_hardware_camera2_utils_SurfaceUtils.cpp | 54 sp<ANativeWindow> anw; in getNativeWindow() local 94 sp<ANativeWindow> anw; in SurfaceUtils_nativeDetectSurfaceType() local 112 sp<ANativeWindow> anw; in SurfaceUtils_nativeDetectSurfaceDataspace() local 142 sp<ANativeWindow> anw; in SurfaceUtils_nativeDetectSurfaceDimens() local 169 sp<ANativeWindow> anw; in SurfaceUtils_nativeDetectSurfaceUsageFlags() local
|
| D | android_view_Surface.cpp | 183 ANativeWindow* anw = static_cast<ANativeWindow*>(sur.get()); in nativeIsConsumerRunningBehind() local 386 ANativeWindow* anw = static_cast<ANativeWindow*>(surface); in nativeGetWidth() local 394 ANativeWindow* anw = static_cast<ANativeWindow*>(surface); in nativeGetHeight() local 429 ANativeWindow* anw = static_cast<ANativeWindow*>(surface); in nativeSetSharedBufferModeEnabled() local 436 ANativeWindow* anw = static_cast<ANativeWindow*>(surface); in nativeSetAutoRefreshEnabled() local 443 ANativeWindow* anw = static_cast<ANativeWindow*>(surface); in nativeSetFrameRate() local
|
| /frameworks/base/services/core/jni/tvinput/ |
| D | BufferProducerThread.cpp | 34 sp<ANativeWindow> anw(mSurface); in readyToRun() local 115 sp<ANativeWindow> anw(mSurface); in threadLoop() local
|
| /frameworks/native/opengl/tests/lib/ |
| D | WindowSurface.cpp | 92 sp<ANativeWindow> anw = mSurfaceControl->getSurface(); in getSurface() local
|
| /frameworks/av/camera/ndk/impl/ |
| D | ACameraDevice.cpp | 241 for (auto& anw : output.mSharedWindows) { in isSessionConfigurationSupported() local 306 for (auto& anw : output->mSharedWindows) { in updateOutputConfigurationLocked() local 413 ANativeWindow* anw = outputTarget.mWindow; in allocateCaptureRequest() local 464 ANativeWindow* anw = static_cast<ANativeWindow*>(req->mSurfaceList[i].get()); in allocateACaptureRequest() local 636 ANativeWindow* anw, in getIGBPfromAnw() 649 ANativeWindow* anw, sp<Surface>& out) { in getSurfaceFromANativeWindow() 680 ANativeWindow* anw = outConfig.mWindow; in configureStreamsLocked() local 890 ANativeWindow* anw = static_cast<ANativeWindow*>(surface.get()); in onCaptureErrorLocked() local 1102 ACameraWindowType* anw; in onMessageReceived() local 1360 ANativeWindow* anw; in onMessageReceived() local
|
| /frameworks/av/camera/ndk/ndk_vendor/impl/ |
| D | ACameraDevice.cpp | 305 for (auto& anw : output->mSharedWindows) { in updateOutputConfigurationLocked() local 390 native_handle_ptr_wrapper anw = outputTarget.mWindow; in allocateCaptureRequestLocked() local 473 native_handle_ptr_wrapper anw = req->mSurfaceList[i]; in allocateACaptureRequest() local 642 native_handle_ptr_wrapper anw = outConfig.mWindow; in configureStreamsLocked() local 663 auto& anw = outputPair.first; in configureStreamsLocked() local 715 for (const auto &anw : addSet) { in configureStreamsLocked() local 891 const native_handle_t* anw = makeFromAidl( in onCaptureErrorLocked() local 1088 native_handle_t* anw; in onMessageReceived() local 1345 native_handle_t* anw; in onMessageReceived() local 1845 const native_handle_t *anw = it->second.first.mWindow; in onPrepared() 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 | 242 sp<ANativeWindow> anw(mSurface); in TEST_F() local 255 sp<ANativeWindow> anw(mSurface); in TEST_F() local 265 sp<ANativeWindow> anw(mSurface); in TEST_F() local 314 sp<ANativeWindow> anw(mSurface); in TEST_F() local 322 sp<ANativeWindow> anw(mSurface); in TEST_F() local 339 sp<ANativeWindow> anw(s); in TEST_F() local 359 sp<ANativeWindow> anw(s); in TEST_F() local 637 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 | 673 sp<ANativeWindow> anw(mSTC); in TEST_F() local
|
| /frameworks/native/libs/gui/view/ |
| D | Surface.cpp | 64 ANativeWindow* anw = surface.get(); in android_view_Surface_readFromParcel() local
|
| /frameworks/native/cmds/flatland/ |
| D | GLHelper.cpp | 214 sp<ANativeWindow> anw = new Surface(producer); in createNamedSurfaceTexture() local 273 sp<ANativeWindow> anw = sc->getSurface(); in createWindowSurface() local
|
| /frameworks/av/camera/ndk/ndk_vendor/tests/ |
| D | AImageReaderVendorTest.cpp | 63 const native_handle_t* anw; member 299 static void onPreparedCb(void* obj, ACameraWindowType *anw, ACameraCaptureSession *session) { in onPreparedCb() 315 void handlePrepared(ACameraWindowType *anw, ACameraCaptureSession *session) { in handlePrepared() 332 void incPendingPrepared(ACameraWindowType *anw) { in incPendingPrepared()
|
| /frameworks/base/media/jni/ |
| D | android_media_ImageWriter.cpp | 417 sp<ANativeWindow> anw = producer; in ImageWriter_init() local 550 sp<ANativeWindow> anw = ctx->getProducer(); in ImageWriter_dequeueImage() local 624 sp<ANativeWindow> anw = ctx->getProducer(); in ImageWriter_cancelImage() local 654 sp<ANativeWindow> anw = ctx->getProducer(); in ImageWriter_queueImage() local 754 sp < ANativeWindow > anw = surface; in attachAndQeueuGraphicBuffer() local
|
| /frameworks/av/services/camera/libcameraservice/api2/ |
| D | JpegRCompositeStream.cpp | 500 ANativeWindow *anw = surface.get(); in isJpegRCompositeStream() local 669 ANativeWindow *anw = mP010Surface.get(); in configureStream() local
|
| D | DepthCompositeStream.cpp | 494 ANativeWindow *anw = surface.get(); in isDepthCompositeStream() local 698 ANativeWindow *anw = mBlobSurface.get(); in configureStream() local
|
| /frameworks/base/libs/hwui/renderthread/ |
| D | CanvasContext.cpp | 879 ANativeWindow* anw = mNativeSurface->getNativeWindow(); in getNextFrameSize() local 1010 ANativeWindow* anw = mNativeSurface->getNativeWindow(); in surfaceRequiresRedraw() local
|
| /frameworks/av/services/camera/libcameraservice/device3/ |
| D | Camera3StreamSplitter.cpp | 367 sp<ANativeWindow> anw = mOutputSurfaces[surfaceId]; in outputBufferLocked() local
|
| D | Camera3Stream.cpp | 1134 void Camera3Stream::queueHDRMetadata(buffer_handle_t buffer, sp<ANativeWindow>& anw, in queueHDRMetadata()
|
| /frameworks/rs/cpp/ |
| D | Allocation.cpp | 504 ANativeWindow *anw = (ANativeWindow *)RS::dispatch->AllocationGetSurface(mRS->getContext(), in getSurface() local
|
| /frameworks/av/media/codec2/sfplugin/ |
| D | CCodecBufferChannel.cpp | 1744 sp<ANativeWindow> anw = static_cast<ANativeWindow *>(surface.get()); in stopUseOutputSurface() local 2331 sp<ANativeWindow> anw = static_cast<ANativeWindow *>(oldSurface.get()); in setSurface() local
|
| /frameworks/av/services/camera/libcameraservice/utils/ |
| D | SessionConfigurationUtils.cpp | 467 ANativeWindow *anw = surface.get(); in createSurfaceFromGbp() local
|
| /frameworks/native/libs/nativewindow/include/system/ |
| D | window.h | 882 static inline int native_window_dequeue_buffer_and_wait(ANativeWindow *anw, in native_window_dequeue_buffer_and_wait()
|