Searched defs:getNativeWindow (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp85 ANativeWindow *getNativeWindow() function
/frameworks/native/opengl/libs/EGL/
H A Degl_object.h137 ANativeWindow* getNativeWindow() { return win; } function in class:android::egl_surface_t
138 ANativeWindow* getNativeWindow() const { return win; } function in class:android::egl_surface_t
/frameworks/rs/
H A DrsGrallocConsumer.cpp83 ANativeWindow* GrallocConsumer::getNativeWindow() { function in class:android::renderscript::GrallocConsumer
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp379 static sp<ANativeWindow> getNativeWindow(JNIEnv* env, jobject surface) { function
440 if ((anw = getNativeWindow(env, surface)) == NULL) {
458 if ((anw = getNativeWindow(env, surface)) == NULL) {
488 if ((anw = getNativeWindow(env, surface)) == NULL) {
516 if ((anw = getNativeWindow(env, surface)) == NULL) {
538 if ((anw = getNativeWindow(env, surface)) == NULL) {
607 if ((anw = getNativeWindow(env, surface)) == NULL) {
640 if ((anw = getNativeWindow(env, surface)) == NULL) {
657 if ((anw = getNativeWindow(env, surface)) == NULL) {
702 if ((anw = getNativeWindow(en
[all...]

Completed in 107 milliseconds