/frameworks/native/include/gui/ |
ISurfaceComposer.h | 61 /* create connection with surface flinger, requires
|
/frameworks/native/services/surfaceflinger/ |
DisplayDevice.h | 75 const sp<SurfaceFlinger>& flinger,
|
DisplayDevice.cpp | 53 const sp<SurfaceFlinger>& flinger, 61 : mFlinger(flinger),
|
Layer.h | 116 Layer(SurfaceFlinger* flinger, const sp<Client>& client, 304 LayerCleaner(const sp<SurfaceFlinger>& flinger, const sp<Layer>& layer);
|
Layer.cpp | 57 Layer::Layer(SurfaceFlinger* flinger, const sp<Client>& client, 61 mFlinger(flinger), 111 flinger->getHwComposer().getRefreshPeriod(HWC_DISPLAY_PRIMARY); 222 Handle(const sp<SurfaceFlinger>& flinger, const sp<Layer>& layer) 223 : LayerCleaner(flinger, layer), mOwner(layer) { [all...] |
/frameworks/base/core/java/android/view/ |
IWindowSession.aidl | 108 * completely transparent, allowing it to work with the surface flinger
|
DisplayInfo.java | 34 * The surface flinger layer stack associated with this logical display.
|
Choreographer.java | 705 // At this time Surface Flinger won't send us vsyncs for secondary displays [all...] |
Display.java | 282 * are placed to be managed by surface flinger.
|
/system/core/libpixelflinger/codeflinger/ |
CodeCache.cpp | 69 ALOG(LOG_FATAL, LOG_TAG, "@@@ ABORTING: CODE FLINGER: %s IN %s addr=%p",
|
/external/chromium_org/build/android/pylib/perf/ |
surface_stats_collector.py | 179 raise Exception('Unable to get surface flinger latency data')
|
/frameworks/av/include/media/ |
AudioSystem.h | 255 // check presence of audio flinger service.
|
AudioEffect.h | 259 * - NO_INIT: audio flinger or audio hardware not initialized
|
/frameworks/av/media/libstagefright/omx/ |
GraphicBufferSource.h | 104 // queued to the encoder. This is useful in the case of surface flinger
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
HWComposer.h | 73 const sp<SurfaceFlinger>& flinger,
|
HWComposer.cpp | 84 const sp<SurfaceFlinger>& flinger, 86 : mFlinger(flinger), [all...] |
/hardware/libhardware/include/hardware/ |
audio.h | 218 * The audio flinger will put the stream in standby and then change the 442 * used by audio flinger to enumerate what devices are supported by
|
/frameworks/native/opengl/tests/hwc/ |
hwcCommit.cpp | 44 * by a higher level (e.g. Surface Flinger) and then the original list 327 * Flinger uses the HWC and is part of the framework. Need to 328 * stop the framework so that Surface Flinger will stop using [all...] |
/device/asus/deb/ |
init.deb.rc | 84 # Change owner and group for media server and surface flinger
|
/device/asus/flo/ |
init.flo.rc | 84 # Change owner and group for media server and surface flinger
|
/device/lge/hammerhead/overlay/frameworks/base/core/res/res/values/ |
config.xml | 201 * The Audio Flinger audio_policy.conf file must specify a rule for the "r_submix"
|
/device/lge/mako/ |
init.mako.rc | 95 # Change owner and group for media server and surface flinger
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | 384 // Allow surface flinger to gracefully request shutdown
|
/frameworks/base/services/java/com/android/server/display/ |
WifiDisplayAdapter.java | 63 * the interactions between Media Server, Surface Flinger and the Display Manager Service.
|
DisplayManagerService.java | 171 // to the surface flinger state. 339 * surface flinger transaction. [all...] |