HomeSort by relevance Sort by last modified time
    Searched refs:ANativeWindow (Results 101 - 125 of 165) sorted by null

1 2 3 45 6 7

  /hardware/libhardware/tests/camera2/
camera2_utils.h 191 sp<ANativeWindow> mConsumerInterface;
204 static ANativeWindow* toANW(const camera2_stream_ops_t *w);
camera2_utils.cpp 371 // Configure consumer-side ANativeWindow interface
496 ANativeWindow* StreamAdapter::toANW(const camera2_stream_ops_t *w) {
509 ANativeWindow *a = toANW(w);
527 ANativeWindow *a = toANW(w);
542 ANativeWindow *a = toANW(w);
554 ANativeWindow *a = toANW(w);
CameraStreamFixture.h 204 android::sp<ANativeWindow> mNativeWindow;
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLUtils.h 85 static bool updateSharedSurfaceTextureWithBitmap(ANativeWindow* anw, const SkBitmap& bitmap);
GaneshContext.cpp 133 ANativeWindow* anw = tileQueue->m_ANW.get();
TransferQueue.h 140 android::sp<ANativeWindow> m_ANW;
  /frameworks/av/services/camera/libcameraservice/
CameraDeviceBase.h 89 virtual status_t createStream(sp<ANativeWindow> consumer,
Camera2Client.h 132 sp<ANativeWindow> window);
Camera2Device.cpp 241 status_t Camera2Device::createStream(sp<ANativeWindow> consumer,
967 sp<ANativeWindow> consumer,
1014 // Configure consumer-side ANativeWindow interface
    [all...]
  /frameworks/av/services/camera/libcameraservice/camera2/
ZslProcessor.h 99 sp<ANativeWindow> mZslWindow;
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 237 sp<ANativeWindow> window_;
gl_env.cpp 245 ANativeWindow *window = static_cast<ANativeWindow*>(
  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 75 ANativeWindow* const window = win.get();
egl_object.h 138 sp<ANativeWindow> win;
  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3OutputStream.cpp 35 sp<ANativeWindow> consumer,
49 sp<ANativeWindow> consumer,
174 sp<ANativeWindow> currentConsumer = mConsumer;
178 * Return buffer back to ANativeWindow
252 // Configure consumer-side ANativeWindow interface
  /frameworks/av/include/media/stagefright/
OMXCodec.h 70 const sp<ANativeWindow> &nativeWindow = NULL);
219 sp<ANativeWindow> mNativeWindow;
238 const sp<ANativeWindow> &nativeWindow);
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 128 NativeWindowRenderer::NativeWindowRenderer(sp<ANativeWindow> nativeWindow,
380 void NativeWindowRenderer::queueInternalBuffer(ANativeWindow *anw,
395 void NativeWindowRenderer::queueExternalBuffer(ANativeWindow* anw,
579 ANativeWindow* RenderInput::getTargetWindow() {
PreviewPlayer.h 131 sp<ANativeWindow> mNativeWindow;
241 void setNativeWindow_l(const sp<ANativeWindow> &native);
  /cts/tests/tests/nativeopengl/standalone/jni/
GLTestHelper.cpp 204 ANativeWindow* GLTestHelper::mWindow;
206 ANativeWindow* GLTestHelper::getWindow() {
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 231 ANativeWindow* window);
241 ANativeWindow* window);
244 ANativeWindow* nativeWindow;
250 ANativeWindow* window)
285 ANativeWindow* window)
624 if (static_cast<ANativeWindow*>(win)->common.magic != ANDROID_NATIVE_WINDOW_MAGIC) {
629 &s_display, config, surfaceType, static_cast<ANativeWindow*>(win));
    [all...]
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.c 296 static void android_app_set_window(struct android_app* android_app, ANativeWindow* window) {
402 static void onNativeWindowCreated(ANativeActivity* activity, ANativeWindow* window) {
407 static void onNativeWindowDestroyed(ANativeActivity* activity, ANativeWindow* window) {
  /frameworks/base/core/jni/
android_view_Surface.cpp 88 sp<ANativeWindow> android_view_Surface_getNativeWindow(JNIEnv* env, jobject surfaceObj) {
173 ANativeWindow* anw = static_cast<ANativeWindow*>(sur.get());
  /frameworks/av/include/media/
mediaplayer.h 31 class ANativeWindow;
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 108 sp<ANativeWindow> mANW = mSTC;
  /frameworks/av/media/libstagefright/include/
AwesomePlayer.h 155 sp<ANativeWindow> mNativeWindow;
291 status_t setNativeWindow_l(const sp<ANativeWindow> &native);

Completed in 7159 milliseconds

1 2 3 45 6 7