OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:surfaceflinger
(Results
176 - 200
of
417
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/hardware/qcom/display/msm8994/libqdutils/
display_config.h
99
// set the view frame information in hwc context from
surfaceflinger
/hardware/qcom/display/msm8996/libmemtrack/
kgsl.c
66
if (strcmp(line, "/system/bin/
surfaceflinger
") == 0)
/packages/apps/Settings/src/com/android/settings/development/
HardwareOverlaysPreferenceController.java
38
private static final String SURFACE_FLINGER_SERVICE_KEY = "
SurfaceFlinger
";
ShowSurfaceUpdatesPreferenceController.java
40
static final String SURFACE_FLINGER_SERVICE_KEY = "
SurfaceFlinger
";
/system/core/init/
reboot.cpp
393
Service*
surfaceFlinger
= ServiceList::GetInstance().FindService("
surfaceflinger
");
394
if (bootAnim != nullptr &&
surfaceFlinger
!= nullptr &&
surfaceFlinger
->IsRunning()) {
/system/extras/simpleperf/scripts/inferno/
inferno.py
19
to profile
surfaceflinger
(Android compositor) but it can be used for other C++ program.
240
is: "-np
surfaceflinger
-f 6000 -t 10".""")
256
record_group.add_argument('-np', '--native_program', default="
surfaceflinger
", help="""Profile
258
Like -np
surfaceflinger
.""")
/system/sepolicy/prebuilts/api/28.0/private/
incidentd.te
80
surfaceflinger
/system/sepolicy/private/
incidentd.te
80
surfaceflinger
/hardware/qcom/display/msm8084/libvirtual/
virtual.cpp
101
that are reported to
SurfaceFlinger
.
117
highest available resolution to
SurfaceFlinger
.
/hardware/qcom/display/msm8226/libvirtual/
virtual.cpp
101
that are reported to
SurfaceFlinger
.
117
highest available resolution to
SurfaceFlinger
.
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_display_external.cpp
225
// This is to ensure that
surfaceflinger
& sdm are in sync.
246
// Preserve required attributes of HDMI display that
surfaceflinger
sees.
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_display_external.cpp
225
// This is to ensure that
surfaceflinger
& sdm are in sync.
246
// Preserve required attributes of HDMI display that
surfaceflinger
sees.
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp
55
#include "../
SurfaceFlinger
.h"
146
//
SurfaceFlinger
's onHotplugReceived callback handling
215
if (
SurfaceFlinger
::maxVirtualDisplaySize != 0 &&
216
(width >
SurfaceFlinger
::maxVirtualDisplaySize ||
217
height >
SurfaceFlinger
::maxVirtualDisplaySize)) {
220
SurfaceFlinger
::maxVirtualDisplaySize, width, height);
HWComposer_hwc1.h
56
class
SurfaceFlinger
;
78
const sp<
SurfaceFlinger
>& flinger,
371
sp<
SurfaceFlinger
> mFlinger;
/external/lisa/libs/utils/android/
system.py
192
logcat = target.background('logcat
SurfaceFlinger
:* *:S')
508
Reset
SurfaceFlinger
layer statistics for a given app.
516
target.execute('dumpsys
SurfaceFlinger
{} reset'.format(apk_name))
548
Collect
SurfaceFlinger
layer statistics for the given app.
560
'shell dumpsys
SurfaceFlinger
{} > {}'.format(apk_name, out_file))
/device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
hwcomposer.cpp
20
// N-MR1 to ... : We report 1.1 but
SurfaceFlinger
has the option to use an
23
// frameworks/native/services/
surfaceflinger
/DisplayHardware/HWC2On1Adapter.*
190
// marked overlay or framebuffer means that
surfaceflinger
decided to go for
/device/linaro/hikey/gralloc/
framebuffer_device.cpp
438
When
SurfaceFlinger
later does a call to eglSwapBuffer(), the swap will be done
440
The
SurfaceFlinger
requires this behaviour since it releases the lock on all the
442
However this "bad" behaviour by
SurfaceFlinger
should not affect performance,
/device/linaro/hikey/gralloc960/
framebuffer_device.cpp
403
When
SurfaceFlinger
later does a call to eglSwapBuffer(), the swap will be done
405
The
SurfaceFlinger
requires this behaviour since it releases the lock on all the
407
However this "bad" behaviour by
SurfaceFlinger
should not affect performance,
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
SurfaceCompositionMeasuringActivity.java
160
// Give
SurfaceFlinger
some time to rebuild the layer stack and release the buffers.
326
// Create all surfaces overlapped in order to prevent
SurfaceFlinger
424
// one overlapped surface in order to force
SurfaceFlinger
to send
/frameworks/av/media/libstagefright/
SurfaceUtils.cpp
85
// Check if the ANativeWindow sends images directly to
SurfaceFlinger
.
172
// no frames get dropped by
SurfaceFlinger
assuming that these are video
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.cpp
85
//
surfaceflinger
197
//
surfaceflinger
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeyGetFrameRateEvent.java
40
private String GET_FRAMERATE_CMD = "service call
SurfaceFlinger
1013";
/device/google/taimen/
device.mk
133
# Early phase offset for
SurfaceFlinger
(b/75985430)
/device/linaro/hikey/etc/
media_codecs.xml
73
matching
surfaceflinger
support that can render the custom format to
/external/autotest/client/site_tests/security_SandboxedServices/
baseline
102
surfaceflinger
,656360,656363,Yes,Yes,No,No
Completed in 1081 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>