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

/frameworks/native/include/gui/
H A DSurfaceControl.h43 class SurfaceControl : public RefBase class in namespace:android
46 static bool isValid(const sp<SurfaceControl>& surface) {
55 const sp<SurfaceControl>& lhs, const sp<SurfaceControl>& rhs);
111 // SurfaceControl for some of their Surfaces. Otherwise behaves identically.
118 // from their SurfaceControl.
119 // The child SurfaceControl's will not throw exceptions or return errors,
135 const sp<SurfaceControl>& control, Parcel* parcel);
146 SurfaceControl& operator = (SurfaceControl
[all...]
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp17 #define LOG_TAG "SurfaceControl"
40 #include <gui/SurfaceControl.h>
45 // SurfaceControl
48 SurfaceControl::SurfaceControl( function in class:android::SurfaceControl
56 SurfaceControl::~SurfaceControl()
61 void SurfaceControl::destroy()
74 void SurfaceControl::clear()
85 void SurfaceControl
[all...]
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java33 * SurfaceControl
36 public class SurfaceControl { class
37 private static final String TAG = "SurfaceControl";
91 private static native SurfaceControl.PhysicalDisplayInfo[] nativeGetDisplayConfigs(
238 * Use only with {@link SurfaceControl#getBuiltInDisplay(int)}.
244 * Use only with {@link SurfaceControl#getBuiltInDisplay(int)}.
252 * Use only with {@link SurfaceControl#setDisplayPowerMode}.
258 * Use only with {@link SurfaceControl#setDisplayPowerMode}.
264 * Use only with {@link SurfaceControl#setDisplayPowerMode}.
270 * low power mode. Use only with {@link SurfaceControl#setDisplayPowerMod
299 public SurfaceControl(SurfaceSession session, method in class:SurfaceControl
305 public SurfaceControl(SurfaceSession session, method in class:SurfaceControl
311 public SurfaceControl(SurfaceSession session, String name, int w, int h, int format, int flags, method in class:SurfaceControl
344 public SurfaceControl(SurfaceControl other) { method in class:SurfaceControl
[all...]

Completed in 359 milliseconds