Home
last modified time | relevance | path

Searched defs:layerId (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/native/services/surfaceflinger/FrameTracer/
DFrameTracer.cpp52 void FrameTracer::traceNewLayer(int32_t layerId, const std::string& layerName) { in traceNewLayer()
61 void FrameTracer::traceTimestamp(int32_t layerId, uint64_t bufferID, uint64_t frameNumber, in traceTimestamp()
79 void FrameTracer::traceFence(int32_t layerId, uint64_t bufferID, uint64_t frameNumber, in traceFence()
108 int32_t layerId, uint64_t bufferID) { in tracePendingFencesLocked()
134 void FrameTracer::traceLocked(FrameTracerDataSource::TraceContext& ctx, int32_t layerId, in traceLocked()
158 void FrameTracer::traceSpanLocked(FrameTracerDataSource::TraceContext& ctx, int32_t layerId, in traceSpanLocked()
171 void FrameTracer::onDestroy(int32_t layerId) { in onDestroy()
/frameworks/native/services/surfaceflinger/
DSurfaceInterceptor.cpp132 const int32_t layerId(getLayerId(layer)); in addInitialSurfaceStateLocked() local
219 int32_t layerId) in createSurfaceChangeLocked()
248 void SurfaceInterceptor::addPositionLocked(Transaction* transaction, int32_t layerId, in addPositionLocked()
257 void SurfaceInterceptor::addDepthLocked(Transaction* transaction, int32_t layerId, in addDepthLocked()
265 void SurfaceInterceptor::addSizeLocked(Transaction* transaction, int32_t layerId, uint32_t w, in addSizeLocked()
274 void SurfaceInterceptor::addAlphaLocked(Transaction* transaction, int32_t layerId, in addAlphaLocked()
282 void SurfaceInterceptor::addMatrixLocked(Transaction* transaction, int32_t layerId, in addMatrixLocked()
294 int32_t layerId, const Region& transRegion) in addTransparentRegionLocked()
305 void SurfaceInterceptor::addFlagsLocked(Transaction* transaction, int32_t layerId, uint8_t flags, in addFlagsLocked()
325 void SurfaceInterceptor::addLayerStackLocked(Transaction* transaction, int32_t layerId, in addLayerStackLocked()
[all …]
DBufferQueueLayer.cpp177 const int32_t layerId = getSequence(); in updateTexImage() local
327 const int32_t layerId = getSequence(); in onFrameDequeued() local
334 const int32_t layerId = getSequence(); in onFrameDetached() local
341 const int32_t layerId = getSequence(); in onFrameCancelled() local
347 const int32_t layerId = getSequence(); in onFrameAvailable() local
424 const int32_t layerId = getSequence(); in onFrameReplaced() local
DBufferLayer.cpp85 const int32_t layerId = getSequence(); in ~BufferLayer() local
368 const int32_t layerId = getSequence(); in onPostComposition() local
DBufferStateLayer.cpp409 const int32_t layerId = getSequence(); in setBuffer() local
654 const int32_t layerId = getSequence(); in updateTexImage() local
/frameworks/native/services/surfaceflinger/Tracing/
DTransactionProtoParser.cpp183 int64_t layerId = layer.parentSurfaceControlForChild in toProto() local
189 int64_t layerId = layer.relativeLayerSurfaceControl in toProto() local
454 int64_t layerId = proto.parent_id(); in fromProto() local
465 int64_t layerId = proto.relative_parent_id(); in fromProto() local
499 int64_t layerId = windowInfoProto.crop_layer_id(); in fromProto() local
DTransactionTracing.cpp299 void TransactionTracing::onLayerAdded(BBinder* layerHandle, int layerId, const std::string& name, in onLayerAdded()
310 void TransactionTracing::onMirrorLayerAdded(BBinder* layerHandle, int layerId, in onMirrorLayerAdded()
321 void TransactionTracing::onLayerRemoved(int32_t layerId) { in onLayerRemoved()
DTransactionProtoParser.h26 int32_t layerId; member
/frameworks/native/services/surfaceflinger/tests/unittests/
DFrameTracerTest.cpp106 const int32_t layerId = 5; in TEST_F() local
127 const int32_t layerId = 5; in TEST_F() local
151 const int32_t layerId = 1; in TEST_F() local
204 const int32_t layerId = 5; in TEST_F() local
259 const int32_t layerId = 5; in TEST_F() local
307 const int32_t layerId = 5; in TEST_F() local
330 const int32_t layerId = 5; in TEST_F() local
DTransactionFrameTracerTest.cpp105 int32_t layerId = layer->getSequence(); in BLASTTransactionSendsFrameTracerEvents() local
DTimeStatsTest.cpp201 static std::string genLayerName(int32_t layerId) { in genLayerName()
1477 const int32_t layerId = genRandomInt32(-1, 10); in TEST_F() local
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp402 bool TimeStats::recordReadyLocked(int32_t layerId, TimeRecord* timeRecord) { in recordReadyLocked()
442 void TimeStats::flushAvailableRecordsToStatsLocked(int32_t layerId, Fps displayRefreshRate, in flushAvailableRecordsToStatsLocked()
558 void TimeStats::setPostTime(int32_t layerId, uint64_t frameNumber, const std::string& layerName, in setPostTime()
603 void TimeStats::setLatchTime(int32_t layerId, uint64_t frameNumber, nsecs_t latchTime) { in setLatchTime()
621 void TimeStats::incrementLatchSkipped(int32_t layerId, LatchSkipReason reason) { in incrementLatchSkipped()
639 void TimeStats::incrementBadDesiredPresent(int32_t layerId) { in incrementBadDesiredPresent()
651 void TimeStats::setDesiredTime(int32_t layerId, uint64_t frameNumber, nsecs_t desiredTime) { in setDesiredTime()
669 void TimeStats::setAcquireTime(int32_t layerId, uint64_t frameNumber, nsecs_t acquireTime) { in setAcquireTime()
687 void TimeStats::setAcquireFence(int32_t layerId, uint64_t frameNumber, in setAcquireFence()
707 void TimeStats::setPresentTime(int32_t layerId, uint64_t frameNumber, nsecs_t presentTime, in setPresentTime()
[all …]
/frameworks/base/core/proto/android/view/
Dsurfacecontrol.proto32 optional int32 layerId = 3; field
/frameworks/native/libs/gui/
DSurfaceControl.cpp52 const sp<IGraphicBufferProducer>& gbp, int32_t layerId, in SurfaceControl()
230 int32_t layerId; in readFromParcel() local
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp440 int32_t layerId; in onSetParameters() local
951 int32_t layerId = 0; in fetchInputData() local
DGenericSource.cpp1241 int32_t layerId; in mediaBufferToABuffer() local
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp128 HWLayerId layerId = 0; in createLayer() local
140 void Display::onLayerDestroyed(hal::HWLayerId layerId) { in onLayerDestroyed()
648 HWLayerId layerId) in Layer()
/frameworks/av/media/ndk/
DNdkMediaExtractor.cpp442 int32_t layerId; in AMediaExtractor_getSampleFormat() local
/frameworks/av/media/libstagefright/foundation/
Davc_utils.cpp544 uint32_t layerId = 0; in FindAVCLayerId() local
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.cpp302 uid_t ownerUid, int32_t layerId, std::string layerName, in SurfaceFrame()
788 const FrameTimelineInfo& frameTimelineInfo, pid_t ownerPid, uid_t ownerUid, int32_t layerId, in createSurfaceFrameForToken()
/frameworks/native/cmds/surfacereplayer/replayer/
DReplayer.cpp295 auto layerId = increment.buffer_update().id(); in dispatchEvent() local
/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp6563 uint32_t layerId = FindAVCLayerId( in read() local
6567 int32_t layerId = parseHEVCLayerId( in read() local
6803 uint32_t layerId = FindAVCLayerId( in fragmentedRead() local
6807 int32_t layerId = parseHEVCLayerId( in fragmentedRead() local
/frameworks/native/libs/gui/include/gui/
DLayerState.h212 int32_t layerId; member
/frameworks/base/core/java/android/widget/
DProgressBar.java1421 private Drawable getTintTarget(int layerId, boolean shouldFallback) { in getTintTarget()
/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp111 int32_t layerId = 0; in getSurfaceId() local

12