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

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

Completed in 186 milliseconds