HomeSort by relevance Sort by last modified time
    Searched defs:getNativeWindow (Results 1 - 5 of 5) sorted by null

  /frameworks/av/include/media/stagefright/
NativeWindowWrapper.h 34 sp<ANativeWindow> getNativeWindow() const {
  /frameworks/wilhelm/tests/sandbox/
nativewindow.cpp 85 ANativeWindow *getNativeWindow()
  /external/deqp/framework/platform/android/
tcuAndroidWindow.hpp 66 ANativeWindow* getNativeWindow (void) { return m_window; }
  /external/chromium_org/third_party/angle/util/win32/
Win32Window.cpp 464 EGLNativeWindowType Win32Window::getNativeWindow() const
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 364 static sp<ANativeWindow> getNativeWindow(JNIEnv* env, jobject surface) {
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(env, surface)) == NULL)
    [all...]

Completed in 4374 milliseconds