Searched refs:configureSurface (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/jni/ |
D | android_hardware_camera2_legacy_LegacyCameraDevice.cpp | 96 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/ |
D | LegacyCameraDevice.java | 618 static void configureSurface(Surface surface, int width, int height, in configureSurface() method in LegacyCameraDevice
|
/frameworks/native/services/inputflinger/ |
D | InputReader.h | 1487 virtual void configureSurface(nsecs_t when, bool* outResetNeeded);
|
D | InputReader.cpp | 2930 configureSurface(when, &resetNeeded); in configure() 3090 void TouchInputMapper::configureSurface(nsecs_t when, bool* outResetNeeded) { in configureSurface() function in android::TouchInputMapper
|