Searched refs:getNativeWindow (Results 1 - 4 of 4) 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/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 78 milliseconds