HomeSort by relevance Sort by last modified time
    Searched defs:getNativeWindow (Results 1 - 7 of 7) 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/rs/
rsGrallocConsumer.cpp 83 ANativeWindow* GrallocConsumer::getNativeWindow() {
  /frameworks/native/opengl/libs/EGL/
egl_object.h 137 ANativeWindow* getNativeWindow() { return win; }
138 ANativeWindow* getNativeWindow() const { return win; }
  /cts/tests/tests/graphics/jni/
android_graphics_cts_CameraGpuCtsActivity.cpp 328 ANativeWindow* getNativeWindow() { return mImgReaderAnw; }
431 ret = mCamera.initCamera(mImageReader.getNativeWindow());
  /cts/tests/tests/media/libimagereaderjni/
AImageReaderCts.cpp 322 ANativeWindow* getNativeWindow() { return mImgReaderAnw; }
471 CameraHelper cameraHelper(testCase.getNativeWindow());
562 ANativeWindow* window = testCase.getNativeWindow();
  /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