/system/sepolicy/prebuilts/api/26.0/public/ |
vr_hwc.te | 10 binder_call(vr_hwc, surfaceflinger)
|
bootanim.te | 9 binder_call(bootanim, surfaceflinger)
|
/system/sepolicy/prebuilts/api/27.0/private/ |
atrace.te | 26 allow atrace surfaceflinger:binder call;
|
logd.te | 26 -surfaceflinger
|
/system/sepolicy/prebuilts/api/27.0/public/ |
vr_hwc.te | 10 binder_call(vr_hwc, surfaceflinger)
|
bootanim.te | 10 binder_call(bootanim, surfaceflinger)
|
/system/sepolicy/prebuilts/api/28.0/private/ |
logd.te | 26 -surfaceflinger
|
/system/sepolicy/prebuilts/api/28.0/public/ |
vr_hwc.te | 10 binder_call(vr_hwc, surfaceflinger)
|
bootanim.te | 10 binder_call(bootanim, surfaceflinger)
|
/system/sepolicy/private/ |
logd.te | 26 -surfaceflinger
|
/system/sepolicy/public/ |
vr_hwc.te | 10 binder_call(vr_hwc, surfaceflinger)
|
/device/generic/uml/ |
uml.mk | 29 PRODUCT_COPY_FILES += $(LOCAL_PATH)/surfaceflinger.rc:system/etc/init/surfaceflinger.rc
|
/frameworks/base/libs/hwui/tests/scripts/ |
stopruntime.sh | 21 for pid in $( adb shell ps | awk '{ if ( $9 == "surfaceflinger" ) { print $2 } }' ); do 27 adb shell daemonize surfaceflinger
|
/frameworks/native/services/surfaceflinger/ |
LayerProtoHelper.h | 28 namespace surfaceflinger { namespace in namespace:android 39 } // namespace surfaceflinger
|
Client.h | 34 class SurfaceFlinger; 41 explicit Client(const sp<SurfaceFlinger>& flinger); 42 Client(const sp<SurfaceFlinger>& flinger, const sp<Layer>& parentLayer); 47 // protected by SurfaceFlinger::mStateLock 77 sp<SurfaceFlinger> mFlinger;
|
SurfaceFlinger.cpp | 77 #include "SurfaceFlinger.h" 137 int64_t SurfaceFlinger::vsyncPhaseOffsetNs; 138 int64_t SurfaceFlinger::sfVsyncPhaseOffsetNs; 139 int64_t SurfaceFlinger::dispSyncPresentTimeOffset; 140 bool SurfaceFlinger::useHwcForRgbToYuv; 141 uint64_t SurfaceFlinger::maxVirtualDisplaySize; 142 bool SurfaceFlinger::hasSyncFramework; 143 bool SurfaceFlinger::useVrFlinger; 144 int64_t SurfaceFlinger::maxFrameBufferAcquiredBuffers; 146 bool SurfaceFlinger::hasWideColorDisplay [all...] |
Android.bp | 4 "-DLOG_TAG=\"SurfaceFlinger\"", 126 "SurfaceFlinger.cpp", 158 name: "surfaceflinger", 160 init_rc: ["surfaceflinger.rc"],
|
DdmConnection.h | 28 // This allows tools relying on DDMS to find surfaceflinger
|
/hardware/libhardware/include/hardware/ |
hwcomposer_defs.h | 119 * Hints are set by the HAL and read by SurfaceFlinger 123 * HWC can set the HWC_HINT_TRIPLE_BUFFER hint to indicate to SurfaceFlinger 132 * HWC sets HWC_HINT_CLEAR_FB to tell SurfaceFlinger that it should clear the 134 * SurfaceFlinger will only honor this flag when the layer has no blending 142 * Flags are set by SurfaceFlinger and read by the HAL 146 * HWC_SKIP_LAYER is set by SurfaceFlinger to indicate that the HAL 148 * by SurfaceFlinger (just as if compositionType was set to HWC_FRAMEBUFFER). 153 * HWC_IS_CURSOR_LAYER is set by surfaceflinger to indicate that this 155 * surfaceflinger can potentially perform asynchronous position updates for 167 /* this layer is to be drawn into the framebuffer by SurfaceFlinger */ [all...] |
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/monitor/ |
LayersTraceMonitorTest.java | 20 import static android.surfaceflinger.nano.Layerstrace.LayersTraceFileProto.MAGIC_NUMBER_H; 21 import static android.surfaceflinger.nano.Layerstrace.LayersTraceFileProto.MAGIC_NUMBER_L; 25 import android.surfaceflinger.nano.Layerstrace.LayersTraceFileProto;
|
/device/google/wahoo/sepolicy/vendor/ |
bug_map | 28 surfaceflinger vendor_default_prop file 79617173
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/ |
MockMessageQueue.h | 31 MOCK_METHOD1(init, void(const sp<SurfaceFlinger>&));
|
MockNativeWindowSurface.h | 23 #include "SurfaceFlinger.h" // for base NativeWindowSurface
|
/frameworks/native/services/vr/hardware_composer/aidl/android/dvr/ |
IVrComposerCallback.aidl | 8 * to receive the layers SurfaceFlinger presented when in VR mode.
|
/hardware/interfaces/configstore/1.1/default/ |
Android.mk | 16 include $(LOCAL_PATH)/surfaceflinger.mk
|