OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANativeWindow
(Results
176 - 200
of
586
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/android/
native_window_jni.h
29
* Return the
ANativeWindow
associated with a Java Surface object,
31
* on the
ANativeWindow
that is returned; be sure to use ANativeWindow_release()
34
ANativeWindow
* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
/prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/android/
native_window_jni.h
29
* Return the
ANativeWindow
associated with a Java Surface object,
31
* on the
ANativeWindow
that is returned; be sure to use ANativeWindow_release()
34
ANativeWindow
* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
/prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/android/
native_window_jni.h
29
* Return the
ANativeWindow
associated with a Java Surface object,
31
* on the
ANativeWindow
that is returned; be sure to use ANativeWindow_release()
34
ANativeWindow
* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
/prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/android/
native_window_jni.h
29
* Return the
ANativeWindow
associated with a Java Surface object,
31
* on the
ANativeWindow
that is returned; be sure to use ANativeWindow_release()
34
ANativeWindow
* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
/prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/android/
native_window_jni.h
29
* Return the
ANativeWindow
associated with a Java Surface object,
31
* on the
ANativeWindow
that is returned; be sure to use ANativeWindow_release()
34
ANativeWindow
* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
/prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/android/
native_window_jni.h
29
* Return the
ANativeWindow
associated with a Java Surface object,
31
* on the
ANativeWindow
that is returned; be sure to use ANativeWindow_release()
34
ANativeWindow
* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
/prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/android/
native_window_jni.h
29
* Return the
ANativeWindow
associated with a Java Surface object,
31
* on the
ANativeWindow
that is returned; be sure to use ANativeWindow_release()
34
ANativeWindow
* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
/prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/android/
native_window_jni.h
29
* Return the
ANativeWindow
associated with a Java Surface object,
31
* on the
ANativeWindow
that is returned; be sure to use ANativeWindow_release()
34
ANativeWindow
* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/android/
native_window_jni.h
29
* Return the
ANativeWindow
associated with a Java Surface object,
31
* on the
ANativeWindow
that is returned; be sure to use ANativeWindow_release()
34
ANativeWindow
* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/android/
native_window_jni.h
29
* Return the
ANativeWindow
associated with a Java Surface object,
31
* on the
ANativeWindow
that is returned; be sure to use ANativeWindow_release()
34
ANativeWindow
* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/android/
native_window_jni.h
29
* Return the
ANativeWindow
associated with a Java Surface object,
31
* on the
ANativeWindow
that is returned; be sure to use ANativeWindow_release()
34
ANativeWindow
* ANativeWindow_fromSurface(JNIEnv* env, jobject surface);
/external/deqp/framework/platform/android/
tcuAndroidRenderActivity.hpp
43
// Window messages. Argument is
ANativeWindow
pointer.
62
ANativeWindow
* window;
80
Message (MessageType type_,
ANativeWindow
* window)
138
virtual void onWindowCreated (
ANativeWindow
* window) = 0;
139
virtual void onWindowResized (
ANativeWindow
* window) = 0;
140
virtual void onWindowDestroyed (
ANativeWindow
* window) = 0;
158
ANativeWindow
* m_window;
175
virtual void onNativeWindowCreated (
ANativeWindow
* window);
176
virtual void onNativeWindowResized (
ANativeWindow
* window);
177
virtual void onNativeWindowRedrawNeeded (
ANativeWindow
* window)
[
all
...]
/frameworks/base/native/android/
native_window_jni.cpp
30
ANativeWindow
* ANativeWindow_fromSurface(JNIEnv* env, jobject surface) {
31
sp<
ANativeWindow
> win = android_view_Surface_getNativeWindow(env, surface);
38
jobject ANativeWindow_toSurface(JNIEnv* env,
ANativeWindow
* window) {
/frameworks/native/libs/vr/libdvr/include/dvr/
dvr_buffer_queue.h
10
typedef struct
ANativeWindow
ANativeWindow
;
20
// Returns
ANativeWindow
. Can be casted to a Java Surface using
22
// additional reference to the
ANativeWindow
returned, don't call
25
ANativeWindow
** out_window);
/prebuilts/ndk/r11/sources/android/ndk_helper/
GLContext.h
55
ANativeWindow
* window_;
92
bool Init(
ANativeWindow
* window );
97
EGLint Resume(
ANativeWindow
* window );
/prebuilts/ndk/r13/sources/android/ndk_helper/
GLContext.h
55
ANativeWindow
* window_;
92
bool Init(
ANativeWindow
* window );
97
EGLint Resume(
ANativeWindow
* window );
/external/swiftshader/src/Main/
FrameBufferAndroid.hpp
29
FrameBufferAndroid(
ANativeWindow
* window, int width, int height);
42
ANativeWindow
* nativeWindow;
/frameworks/av/camera/ndk/impl/
ACaptureRequest.h
25
explicit ACameraOutputTarget(
ANativeWindow
* window) : mWindow(window) {};
40
ANativeWindow
* mWindow;
/cts/tests/openglperf2/jni/primitive/contextswitch/
ContextSwitchRenderer.h
21
ContextSwitchRenderer(
ANativeWindow
* window, bool offscreen);
/cts/tests/openglperf2/jni/primitive/pixeloutput/
PixelOutputRenderer.h
21
PixelOutputRenderer(
ANativeWindow
* window, bool offscreen);
/cts/tests/openglperf2/jni/primitive/shaderperf/
ShaderPerfRenderer.h
21
ShaderPerfRenderer(
ANativeWindow
* window, bool offscreen);
/cts/tests/openglperf2/jni/reference/
ReferenceRenderer.h
24
explicit ReferenceRenderer(
ANativeWindow
* window);
/frameworks/av/include/ndk/
NdkMediaCodec.h
40
struct
ANativeWindow
;
93
ANativeWindow
* surface,
169
media_status_t AMediaCodec_setOutputSurface(AMediaCodec*,
ANativeWindow
* surface);
194
AMediaCodec *mData,
ANativeWindow
**surface);
210
ANativeWindow
**surface);
223
AMediaCodec *mData,
ANativeWindow
*surface);
/development/ndk/platforms/android-18/include/EGL/
eglplatform.h
88
struct
ANativeWindow
;
91
typedef struct
ANativeWindow
* EGLNativeWindowType;
/development/ndk/platforms/android-19/include/EGL/
eglplatform.h
88
struct
ANativeWindow
;
91
typedef struct
ANativeWindow
* EGLNativeWindowType;
Completed in 658 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>