Home
last modified time | relevance | path

Searched refs:configureSurface (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp96 static status_t configureSurface(const sp<ANativeWindow>& anw, in configureSurface() function
551 status_t err = configureSurface(anw, width, height, pixelFormat, CAMERA_DEVICE_BUFFER_SLACK); in LegacyCameraDevice_nativeConfigureSurface()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyCameraDevice.java618 static void configureSurface(Surface surface, int width, int height, in configureSurface() method in LegacyCameraDevice
/frameworks/native/services/inputflinger/
DInputReader.h1487 virtual void configureSurface(nsecs_t when, bool* outResetNeeded);
DInputReader.cpp2930 configureSurface(when, &resetNeeded); in configure()
3090 void TouchInputMapper::configureSurface(nsecs_t when, bool* outResetNeeded) { in configureSurface() function in android::TouchInputMapper