Searched refs:getNativeWindow (Results 1 - 9 of 9) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.h7 extern ANativeWindow *getNativeWindow();
H A Dnativewindow.cpp85 ANativeWindow *getNativeWindow() function
H A Dxaplay.c426 nativeWindow = getNativeWindow();
/frameworks/rs/
H A DrsGrallocConsumer.h43 ANativeWindow* getNativeWindow();
H A DrsGrallocConsumer.cpp83 ANativeWindow* GrallocConsumer::getNativeWindow() { function in class:android::renderscript::GrallocConsumer
H A DrsAllocation.cpp601 return mGrallocConsumer->getNativeWindow();
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h138 ANativeWindow* getNativeWindow() { return win; } function in class:android::egl_surface_t
139 ANativeWindow* getNativeWindow() const { return win; } function in class:android::egl_surface_t
H A DeglApi.cpp1191 native_window_set_surface_damage(s->getNativeWindow(), androidRects.data(), androidRects.size());
1295 if (!s->getNativeWindow()) {
1298 int err = native_window_set_auto_refresh(s->getNativeWindow(), value != 0);
1303 if (!s->getNativeWindow()) {
1306 int err = native_window_enable_frame_timestamps(s->getNativeWindow(), value != 0);
1882 native_window_set_buffers_timestamp(s->getNativeWindow(), time);
1977 if (!s->getNativeWindow()) {
1982 int ret = native_window_get_next_frame_id(s->getNativeWindow(), &nextFrameId);
2012 if (!s->getNativeWindow()) {
2036 int ret = native_window_get_compositor_timing(s->getNativeWindow(),
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp353 static sp<ANativeWindow> getNativeWindow(JNIEnv* env, jobject surface) { function
414 if ((anw = getNativeWindow(env, surface)) == NULL) {
431 if ((anw = getNativeWindow(env, surface)) == NULL) {
460 if ((anw = getNativeWindow(env, surface)) == NULL) {
486 if ((anw = getNativeWindow(env, surface)) == NULL) {
507 if ((anw = getNativeWindow(env, surface)) == NULL) {
572 if ((anw = getNativeWindow(env, surface)) == NULL) {
605 if ((anw = getNativeWindow(env, surface)) == NULL) {
621 if ((anw = getNativeWindow(env, surface)) == NULL) {
665 if ((anw = getNativeWindow(en
[all...]

Completed in 1166 milliseconds