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

/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.h7 extern ANativeWindow *getNativeWindow();
H A Dnativewindow.cpp85 ANativeWindow *getNativeWindow() function
H A Dxaplay.c425 nativeWindow = getNativeWindow();
/frameworks/av/include/media/stagefright/
H A DNativeWindowWrapper.h34 sp<ANativeWindow> getNativeWindow() const { function in struct:android::NativeWindowWrapper
/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...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp286 mNativeWindow->getNativeWindow().get(),
H A DNuPlayer.cpp1426 mNativeWindow->getNativeWindow().get(), mVideoScalingMode);
/frameworks/av/media/libstagefright/
H A DACodec.cpp1295 sp<ANativeWindow> nativeWindow = windowWrapper->getNativeWindow();
1457 mNativeWindow = nativeWindow->getNativeWindow();

Completed in 1211 milliseconds