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.cpp361 static sp<ANativeWindow> getNativeWindow(JNIEnv* env, jobject surface) { function
423 if ((anw = getNativeWindow(env, surface)) == NULL) {
452 if ((anw = getNativeWindow(env, surface)) == NULL) {
508 if ((anw = getNativeWindow(env, surface)) == NULL) {
525 if ((anw = getNativeWindow(env, surface)) == NULL) {
558 if ((anw = getNativeWindow(env, surface)) == NULL) {
574 if ((anw = getNativeWindow(env, surface)) == NULL) {
623 if ((anw = getNativeWindow(env, surface)) == NULL) {
659 if ((anw = getNativeWindow(env, surface)) == NULL) {

Completed in 3146 milliseconds