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

  /frameworks/wilhelm/tests/sandbox/
nativewindow.cpp 85 ANativeWindow *getNativeWindow()
  /external/deqp/framework/platform/android/
tcuAndroidWindow.hpp 66 ANativeWindow* getNativeWindow (void) { return m_window; }
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 353 static sp<ANativeWindow> getNativeWindow(JNIEnv* env, jobject surface) {
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(env, surface)) == NULL)
    [all...]

Completed in 199 milliseconds