/frameworks/native/include/gui/ |
Surface.h | 37 * An implementation of ANativeWindow that feeds graphics buffers into a 44 * eglSwapBuffers(), which invokes ANativeWindow callbacks defined by 50 : public ANativeObjectBase<ANativeWindow, Surface, RefBase> 178 // ANativeWindow hooks 179 static int hook_cancelBuffer(ANativeWindow* window, 181 static int hook_dequeueBuffer(ANativeWindow* window, 183 static int hook_perform(ANativeWindow* window, int operation, ...); 184 static int hook_query(const ANativeWindow* window, int what, int* value); 185 static int hook_queueBuffer(ANativeWindow* window, 187 static int hook_setSwapInterval(ANativeWindow* window, int interval) [all...] |
/frameworks/base/core/jni/ |
android_view_TextureView.cpp | 106 static int32_t native_window_lock(ANativeWindow* window, ANativeWindow_Buffer* outBuffer, 111 static int32_t native_window_unlockAndPost(ANativeWindow* window) { 119 sp<ANativeWindow> window = new Surface(producer, true); 127 ANativeWindow* nativeWindow = (ANativeWindow*) 131 sp<ANativeWindow> window(nativeWindow); 156 sp<ANativeWindow> window((ANativeWindow*) nativeWindow); 191 sp<ANativeWindow> window((ANativeWindow*) nativeWindow) [all...] |
/external/deqp/framework/platform/android/ |
tcuAndroidTestActivity.cpp | 62 void TestThread::onWindowCreated (ANativeWindow* window) 67 void TestThread::onWindowDestroyed (ANativeWindow* window) 72 void TestThread::onWindowResized (ANativeWindow* window)
|
tcuAndroidNativeActivity.cpp | 64 static void onNativeWindowCreatedCallback (ANativeActivity* activity, ANativeWindow* window) 69 static void onNativeWindowResizedCallback (ANativeActivity* activity, ANativeWindow* window) 74 static void onNativeWindowRedrawNeededCallback (ANativeActivity* activity, ANativeWindow* window) 79 static void onNativeWindowDestroyedCallback (ANativeActivity* activity, ANativeWindow* window) 173 void NativeActivity::onNativeWindowCreated (ANativeWindow* window) 178 void NativeActivity::onNativeWindowResized (ANativeWindow* window) 183 void NativeActivity::onNativeWindowRedrawNeeded (ANativeWindow* window) 188 void NativeActivity::onNativeWindowDestroyed (ANativeWindow* window)
|
tcuAndroidWindow.cpp | 35 Window::Window (ANativeWindow* window) 141 void WindowRegistry::addWindow (ANativeWindow* window) 147 void WindowRegistry::destroyWindow (ANativeWindow* rawHandle)
|
/hardware/intel/common/libva/test/putsurface/ |
putsurface_android.cpp | 39 static sp<ANativeWindow> anw0 = NULL; 43 static sp<ANativeWindow> anw1 = NULL; 50 #define CAST_DRAWABLE(a) static_cast<ANativeWindow *>((void *)(*(unsigned int *)a))
|
/cts/tests/openglperf2/jni/primitive/fullpipeline/ |
FullPipelineRenderer.h | 25 FullPipelineRenderer(ANativeWindow* window, bool offscreen);
|
/external/skia/tools/viewer/sk_app/android/ |
GLWindowContext_android.cpp | 22 GLWindowContext_android(ANativeWindow*, const DisplayParams&); 38 ANativeWindow* fNativeWindow = nullptr; 41 GLWindowContext_android::GLWindowContext_android(ANativeWindow* window, const DisplayParams& params) 155 WindowContext* NewGLForAndroid(ANativeWindow* window, const DisplayParams& params) {
|
surface_glue_android.h | 36 ANativeWindow* fNativeWindow = nullptr; 64 ANativeWindow* fNativeWindow;
|
VulkanWindowContext_android.cpp | 16 WindowContext* NewVulkanForAndroid(ANativeWindow* window, const DisplayParams& params) {
|
Window_android.h | 22 void initDisplay(ANativeWindow* window);
|
/frameworks/rs/support/jni/ |
android_rscompat_usage_io.cpp | 14 ANativeWindow* s = NULL;
|
/hardware/intel/common/libva/va/ |
va_android.h | 66 sp<ANativeWindow> draw, /* Android Native Window */
|
/cts/tests/tests/media/libmediandkjni/ |
native_media_source.h | 54 virtual Status prepare(std::shared_ptr<Listener> l, std::shared_ptr<ANativeWindow> n) = 0; 65 std::shared_ptr<ANativeWindow> mSurface;
|
native_media_encoder_jni.cpp | 53 static std::shared_ptr<ANativeWindow> getPersistentSurface(); 54 std::shared_ptr<ANativeWindow> getSurface() const; 56 Status prepare(std::unique_ptr<RunConfig> config, std::shared_ptr<ANativeWindow> anw = nullptr); 68 std::shared_ptr<ANativeWindow> mLocalSurface; // the one created by createInputSurface() 92 std::shared_ptr<ANativeWindow> NativeEncoder::getPersistentSurface() { 93 ANativeWindow *ps; 100 return std::shared_ptr<ANativeWindow>(ps, deleter_ANativeWindow); 103 std::shared_ptr<ANativeWindow> NativeEncoder::getSurface() const { 108 std::unique_ptr<RunConfig> runConfig, std::shared_ptr<ANativeWindow> surface) { 132 ANativeWindow *anw [all...] |
/external/mesa3d/include/EGL/ |
eglplatform.h | 100 struct ANativeWindow; 103 typedef struct ANativeWindow *EGLNativeWindowType;
|
/frameworks/av/camera/ndk/impl/ |
ACameraCaptureSession.h | 27 explicit ACaptureSessionOutput(ANativeWindow* window) : mWindow(window) {}; 42 ANativeWindow* mWindow;
|
/frameworks/wilhelm/tests/sandbox/ |
nativewindow.cpp | 43 ANativeWindow *getNativeWindow_() 85 ANativeWindow *getNativeWindow()
|
/prebuilts/ndk/r11/sources/android/native_app_glue/ |
android_native_app_glue.h | 150 ANativeWindow* window; 183 ANativeWindow* pendingWindow; 221 * Command from main thread: a new ANativeWindow is ready for use. Upon 228 * Command from main thread: the existing ANativeWindow needs to be 236 * Command from main thread: the current ANativeWindow has been resized. 242 * Command from main thread: the system needs that the current ANativeWindow
|
/prebuilts/ndk/r13/sources/android/native_app_glue/ |
android_native_app_glue.h | 150 ANativeWindow* window; 183 ANativeWindow* pendingWindow; 221 * Command from main thread: a new ANativeWindow is ready for use. Upon 228 * Command from main thread: the existing ANativeWindow needs to be 236 * Command from main thread: the current ANativeWindow has been resized. 242 * Command from main thread: the system needs that the current ANativeWindow
|
/development/ndk/platforms/android-14/include/EGL/ |
eglplatform.h | 87 typedef struct ANativeWindow* EGLNativeWindowType;
|
/development/ndk/platforms/android-24/include/media/ |
NdkImageReader.h | 49 * {@link ANativeWindow}. 102 * Get a {@link ANativeWindow} that can be used to produce {@link AImage} for this image reader. 105 * @param window The output {@link ANativeWindow} will be filled here if the method call succeeds. 106 * The {@link ANativeWindow} is managed by this image reader. Do NOT call 113 media_status_t AImageReader_getWindow(AImageReader* reader, /*out*/ANativeWindow** window); 119 * {@link ANativeWindow}. If so, the actual width of the images can be found using 135 * {@link ANativeWindow}. If so, the actual height of the images can be found using
|
/development/ndk/platforms/android-9/include/EGL/ |
eglplatform.h | 87 typedef struct ANativeWindow* EGLNativeWindowType;
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
eglplatform.h | 97 typedef struct ANativeWindow* EGLNativeWindowType;
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3SharedOutputStream.h | 70 virtual status_t queueBufferToConsumer(sp<ANativeWindow>& consumer,
|