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

  /frameworks/av/libvideoeditor/lvpp/
PreviewRenderer.cpp 54 err = native_window_api_connect(anw, NATIVE_WINDOW_API_CPU);
  /system/core/include/system/
window.h 266 NATIVE_WINDOW_API_CONNECT = 13, /* private */
479 * NATIVE_WINDOW_API_CONNECT (private)
805 * native_window_api_connect(..., int api)
810 static inline int native_window_api_connect( function
813 return window->perform(window, NATIVE_WINDOW_API_CONNECT, api);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.cpp 267 res = native_window_api_connect(mConsumer.get(),
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp     [all...]
  /frameworks/av/cmds/stagefright/
sf2.cpp 632 native_window_api_connect(
stagefright.cpp 947 native_window_api_connect(
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 372 res = native_window_api_connect(mConsumerInterface.get(),
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 757 ASSERT_EQ(NO_ERROR, native_window_api_connect(mANW.get(), NATIVE_WINDOW_API_CPU));
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
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),
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 411 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 748 status_t err = native_window_api_connect(anw.get(),
    [all...]
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp 1039 res = native_window_api_connect(mConsumerInterface.get(),
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 692 r = native_window_api_connect(nw, NATIVE_WINDOW_API_CPU);
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]

Completed in 1158 milliseconds