Searched defs:configureSurface (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyCameraDevice.java565 static void configureSurface(Surface surface, int width, int height, method in class:LegacyCameraDevice
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp96 static status_t configureSurface(const sp<ANativeWindow>& anw, function
535 status_t err = configureSurface(anw, width, height, pixelFormat, CAMERA_DEVICE_BUFFER_SLACK);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2788 configureSurface(when, &resetNeeded);
2934 void TouchInputMapper::configureSurface(nsecs_t when, bool* outResetNeeded) { function in class:android::TouchInputMapper

Completed in 67 milliseconds