HomeSort by relevance Sort by last modified time
    Searched refs:ANativeWindow (Results 526 - 550 of 586) sorted by null

<<21222324

  /device/generic/goldfish-opengl/system/egl/
egl.cpp 329 ANativeWindow* window);
339 ANativeWindow* window);
342 ANativeWindow* nativeWindow;
348 ANativeWindow* window)
390 ANativeWindow* window)
873 if (static_cast<ANativeWindow*>(win)->common.magic != ANDROID_NATIVE_WINDOW_MAGIC) {
878 &s_display, config, EGL_WINDOW_BIT, static_cast<ANativeWindow*>(win));
    [all...]
  /cts/tests/camera/libctscamera2jni/
native-camera-jni.cpp 550 ANativeWindow* initPreviewAnw(JNIEnv* env, jobject jSurface) {
834 ANativeWindow* mImgReaderAnw = nullptr;
835 ANativeWindow* mPreviewAnw = nullptr;
    [all...]
  /frameworks/av/media/ndk/
NdkImageReader.cpp 301 mWindow = static_cast<ANativeWindow*>(mSurface.get());
647 media_status_t AImageReader_getWindow(AImageReader* reader, /*out*/ANativeWindow** window) {
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamSplitter.cpp 176 res = static_cast<ANativeWindow*>(outputQueue.get())->query(
199 static_cast<ANativeWindow*>(outputQueue.get())->query(
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 121 ANativeWindow* const window = mNativeWindow.get();
509 ANativeWindow* const window = mNativeWindow.get();
615 " type=%x, hwcId=%d, layerStack=%u, (%4dx%4d), ANativeWindow=%p, orient=%2d (type=%08x), "
  /frameworks/rs/driver/
rsdGL.cpp 446 dc->gl.currentWndSurface = (ANativeWindow *)sur;
477 dc->gl.wndSurface = (ANativeWindow *)sur;
rsdCore.cpp 289 typedef void (*sAllocationSetSurfaceFnPtr) (const Context *rsc, Allocation *alloc, ANativeWindow *nw);
rsdAllocation.cpp 572 ANativeWindow *nw = drv->wndSurface;
704 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) {
731 void rsdAllocationSetSurface(const Context *rsc, Allocation *alloc, ANativeWindow *nw) {
737 ANativeWindow *old = drv->wndSurface;
776 ANativeWindow *nw = drv->wndSurface;
    [all...]
  /frameworks/rs/
rs_hal.h 71 struct ANativeWindow;
232 void (*setSurface)(const Context *rsc, Allocation *alloc, ANativeWindow *sur);
rsGrallocConsumer.cpp 83 ANativeWindow* GrallocConsumer::getNativeWindow() {
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.h 342 sp<ANativeWindow> ANW;
  /frameworks/rs/rsov/driver/
rsovAllocation.h 206 ANativeWindow *nw);
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 225 static void disconnectWindow(const sp<ANativeWindow>& window) {
265 // Release the held ANativeWindow resources.
283 const sp<ANativeWindow>& window) {
333 sp<ANativeWindow> window;
    [all...]
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 159 sp<ANativeWindow> mANW;
447 // Configures the ANativeWindow producer-side interface based on test parameters
448 void configureANW(const sp<ANativeWindow>& anw,
482 void produceOneFrame(const sp<ANativeWindow>& anw,
SurfaceTextureClient_test.cpp 120 sp<ANativeWindow> mANW;
700 sp<ANativeWindow> anw(mSTC);
768 static_cast<ANativeWindow*>(stc.get()), NULL);
  /frameworks/rs/cpp/
Allocation.cpp 504 ANativeWindow *anw = (ANativeWindow *)RS::dispatch->AllocationGetSurface(mRS->getContext(),
516 static_cast<ANativeWindow *>(s.get())));
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 57 static ANativeWindow* theNativeWindow = NULL;
342 // the video sink must be an ANativeWindow created from a Surface or SurfaceTexture
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 435 // Disconnect from the currently connected ANativeWindow.
452 sp<ANativeWindow> mConnectedWindow;
  /frameworks/av/media/libstagefright/
SimpleDecodingSource.cpp 39 const sp<IMediaSource> &source, uint32_t flags, const sp<ANativeWindow> &nativeWindow,
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 44 const sp<ANativeWindow> &nativeWindow, int32_t rotation)
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 133 sp<ANativeWindow> android_SurfaceTexture_getNativeWindow(JNIEnv* env, jobject thiz) {
  /frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c 48 static ANativeWindow* theNativeWindow;
369 // the video sink must be an ANativeWindow created from a Surface or SurfaceTextureClient
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 272 sp<ANativeWindow> window;
299 sp<ANativeWindow> window;
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 136 sp<ANativeWindow> anw(mSurface);
217 sp<ANativeWindow> anw(mSurface);
  /frameworks/native/opengl/libagl/
egl.cpp 223 ANativeWindow* window);
244 ANativeWindow* nativeWindow;
344 ANativeWindow* window)
    [all...]

Completed in 979 milliseconds

<<21222324