HomeSort by relevance Sort by last modified time
    Searched full:surfaceflinger (Results 101 - 125 of 417) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/native/services/surfaceflinger/
MessageQueue.h 38 class SurfaceFlinger;
87 virtual void init(const sp<SurfaceFlinger>& flinger) = 0;
114 sp<SurfaceFlinger> mFlinger;
126 void init(const sp<SurfaceFlinger>& flinger) override;
StartPropertySetThread.cpp 26 return run("SurfaceFlinger::StartPropertySetThread", PRIORITY_NORMAL);
StartPropertySetThread.h 31 // allows to pursue the SurfaceFlinger's init process without blocking.
SurfaceInterceptor.h 37 class SurfaceFlinger;
78 * properties on SurfaceFlinger.
82 explicit SurfaceInterceptor(SurfaceFlinger* const flinger);
175 SurfaceFlinger* const mFlinger;
SurfaceTracing.h 24 using namespace android::surfaceflinger;
  /frameworks/native/services/vr/hardware_composer/
vr_composer.h 13 // when SurfaceFlinger presents 2D UI changes.
vr_hardware_composer_service.cpp 27 // Register the hwbinder HWC HAL service used by SurfaceFlinger while in VR
  /hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Android.mk 34 frameworks/base/include/surfaceflinger \
  /system/sepolicy/prebuilts/api/26.0/public/
hal_camera.te 21 allow hal_camera surfaceflinger:fd use;
  /system/sepolicy/prebuilts/api/27.0/public/
hal_camera.te 21 allow hal_camera surfaceflinger:fd use;
  /system/sepolicy/prebuilts/api/28.0/private/
atrace.te 24 allow atrace surfaceflinger:binder call;
bug_map 37 surfaceflinger mediacodec binder 77924251
  /system/sepolicy/private/
atrace.te 24 allow atrace surfaceflinger:binder call;
bug_map 37 surfaceflinger mediacodec binder 77924251
  /external/lisa/libs/utils/android/
workload.py 26 from surfaceflinger import SurfaceFlinger
210 if 'surfaceflinger' in self.collect:
286 # Parse the data gathered from dumpsys SurfaceFlinger
287 if 'surfaceflinger' in self.collect:
290 self.surfaceflinger = SurfaceFlinger(dump_file)
  /external/devlib/devlib/utils/
rendering.py 125 self.target.execute('dumpsys SurfaceFlinger --latency-clear ')
128 cmd = 'dumpsys SurfaceFlinger --latency "{}"'
132 text = self.target.execute('dumpsys SurfaceFlinger --list')
158 elif 'SurfaceFlinger appears to be unresponsive, dumping anyways' in line:
161 logger.warning('Unexpected SurfaceFlinger dump output: {}'.format(line))
  /development/tools/winscope/src/
App.vue 72 import jsonProtoDefsSF from 'frameworks/native/services/surfaceflinger/layerproto/layerstrace.proto'
94 var LayersMessage = protoDefs.lookupType("android.surfaceflinger.LayersProto");
95 var LayersTraceMessage = protoDefs.lookupType("android.surfaceflinger.LayersTraceFileProto");
101 if (obj.$type.fullName === '.android.surfaceflinger.RectProto') {
103 } else if (obj.$type.fullName === '.android.surfaceflinger.PositionProto') {
105 } else if (obj.$type.fullName === '.android.surfaceflinger.SizeProto') {
107 } else if (obj.$type.fullName === '.android.surfaceflinger.ColorProto') {
128 name: "SurfaceFlinger dump",
134 name: "SurfaceFlinger trace",
  /frameworks/native/libs/gui/
ISurfaceComposerClient.cpp 17 // tag as surfaceflinger
18 #define LOG_TAG "SurfaceFlinger"
  /frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
LayerProtoParser.h 27 namespace surfaceflinger { namespace in namespace:android
148 } // namespace surfaceflinger
  /frameworks/native/services/surfaceflinger/layerproto/
layers.proto 1 // Definitions for SurfaceFlinger layers.
5 package android.surfaceflinger;
  /frameworks/native/services/surfaceflinger/tests/fakehwc/
FakeComposerUtils.h 95 * SurfaceFlinger to composite one frame. Now, the FakeComposerClient
98 * thread stalls until SurfaceFlinger does an emergency vsync by
  /hardware/interfaces/configstore/1.0/
ISurfaceFlingerConfigs.hal 24 * - The phase offset between hardware vsync and when SurfaceFlinger wakes up
107 * Controls the number of buffers SurfaceFlinger will allocate for use in
  /frameworks/native/services/inputflinger/host/
InputFlinger.cpp 56 "can't dump SurfaceFlinger from pid=%d, uid=%d\n", pid, uid);
  /frameworks/native/services/surfaceflinger/EventLog/
EventLogTags.logtags 36 # 60100 - 60199 reserved for surfaceflinger
  /hardware/intel/img/psb_video/src/android/
psb_output_android.h 41 int sf_composition; /* surfaceflinger compostion */

Completed in 2612 milliseconds

1 2 3 45 6 7 8 91011>>