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

/frameworks/av/include/media/stagefright/
H A DNativeWindowWrapper.h34 sp<ANativeWindow> getNativeWindow() const { function in struct:android::NativeWindowWrapper
/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp85 ANativeWindow *getNativeWindow() function
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp364 static sp<ANativeWindow> getNativeWindow(JNIEnv* env, jobject surface) { function
426 if ((anw = getNativeWindow(env, surface)) == NULL) {
455 if ((anw = getNativeWindow(env, surface)) == NULL) {
481 if ((anw = getNativeWindow(env, surface)) == NULL) {
531 if ((anw = getNativeWindow(env, surface)) == NULL) {
548 if ((anw = getNativeWindow(env, surface)) == NULL) {
581 if ((anw = getNativeWindow(env, surface)) == NULL) {
597 if ((anw = getNativeWindow(env, surface)) == NULL) {
641 if ((anw = getNativeWindow(env, surface)) == NULL) {
677 if ((anw = getNativeWindow(en
[all...]

Completed in 3419 milliseconds