HomeSort by relevance Sort by last modified time
    Searched refs:native_window_api_connect (Results 1 - 16 of 16) sorted by null

  /frameworks/av/libvideoeditor/lvpp/
PreviewRenderer.cpp 54 err = native_window_api_connect(anw, NATIVE_WINDOW_API_CPU);
  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3OutputStream.cpp 253 res = native_window_api_connect(mConsumer.get(),
  /system/core/include/system/
window.h 260 NATIVE_WINDOW_API_CONNECT = 13, /* private */
470 * NATIVE_WINDOW_API_CONNECT (private)
796 * native_window_api_connect(..., int api)
801 static inline int native_window_api_connect( function
804 return window->perform(window, NATIVE_WINDOW_API_CONNECT, api);
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp     [all...]
  /frameworks/av/cmds/stagefright/
sf2.cpp 632 native_window_api_connect(
stagefright.cpp 948 native_window_api_connect(
    [all...]
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 373 res = native_window_api_connect(mConsumerInterface.get(),
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 755 ASSERT_EQ(NO_ERROR, native_window_api_connect(mANW.get(), NATIVE_WINDOW_API_CPU));
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraClient.cpp 278 result = native_window_api_connect(window.get(), NATIVE_WINDOW_API_CAMERA);
280 ALOGE("native_window_api_connect failed: %s (%d)", strerror(-result),
Camera2Device.cpp 1015 res = native_window_api_connect(mConsumerInterface.get(),
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 373 if (native_window_api_connect(window, NATIVE_WINDOW_API_EGL) != OK) {
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
OMXCodec.cpp     [all...]
MediaCodec.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 746 status_t err = native_window_api_connect(anw.get(),
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]

Completed in 957 milliseconds