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);
73 const sp<SurfaceControl>& control, Parcel* parcel);
82 SurfaceControl& operator = (SurfaceControl& rhs);
83 SurfaceControl(const SurfaceControl& rhs);
88 SurfaceControl(
[all...]
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp17 #define LOG_TAG "SurfaceControl"
39 #include <gui/SurfaceControl.h>
44 // SurfaceControl
47 SurfaceControl::SurfaceControl( function in class:android::SurfaceControl
55 SurfaceControl::~SurfaceControl()
60 void SurfaceControl::destroy()
73 void SurfaceControl::clear()
84 bool SurfaceControl
[all...]
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java28 * SurfaceControl
31 public class SurfaceControl { class
32 private static final String TAG = "SurfaceControl";
78 private static native SurfaceControl.PhysicalDisplayInfo[] nativeGetDisplayConfigs(
208 * Use only with {@link SurfaceControl#getBuiltInDisplay(int)}.
214 * Use only with {@link SurfaceControl#getBuiltInDisplay(int)}.
222 * Use only with {@link SurfaceControl#setDisplayPowerMode}.
228 * Use only with {@link SurfaceControl#setDisplayPowerMode}.
234 * Use only with {@link SurfaceControl#setDisplayPowerMode}.
240 * low power mode. Use only with {@link SurfaceControl#setDisplayPowerMod
267 public SurfaceControl(SurfaceSession session, method in class:SurfaceControl
[all...]

Completed in 298 milliseconds