/aosp12/packages/services/Car/car-lib/src/android/car/vms/ |
H A D | VmsOperationRecorder.java | 67 public void subscribe(VmsLayer layer) { in subscribe() 74 public void unsubscribe(VmsLayer layer) { in unsubscribe() 82 public void subscribe(VmsLayer layer, int publisherId) { in subscribe() 90 public void unsubscribe(VmsLayer layer, int publisherId) { in unsubscribe() 129 public void addSubscription(int sequenceNumber, VmsLayer layer) { in addSubscription() 137 public void removeSubscription(int sequenceNumber, VmsLayer layer) { in removeSubscription() 161 public void addHalSubscription(int sequenceNumber, VmsLayer layer) { in addHalSubscription() 169 public void removeHalSubscription(int sequenceNumber, VmsLayer layer) { in removeHalSubscription() 199 private void recordOp(String operation, VmsLayer layer) { in recordOp() 235 private void recordOp(String operation, String intArgName, int arg, VmsLayer layer) { in recordOp() [all …]
|
H A D | VmsSubscriptionHelper.java | 65 public void subscribe(@NonNull VmsLayer layer) { in subscribe() 78 public void subscribe(@NonNull VmsLayer layer, int providerId) { in subscribe() 94 public void unsubscribe(@NonNull VmsLayer layer) { in unsubscribe() 107 public void unsubscribe(@NonNull VmsLayer layer, int providerId) { in unsubscribe()
|
H A D | VmsSubscriberManager.java | 62 void onVmsMessageReceived(@NonNull VmsLayer layer, byte[] payload); in onVmsMessageReceived() 177 public void subscribe(@NonNull VmsLayer layer) { in subscribe() 189 public void subscribe(@NonNull VmsLayer layer, int publisherId) { in subscribe() 207 public void unsubscribe(@NonNull VmsLayer layer) { in unsubscribe() 219 public void unsubscribe(@NonNull VmsLayer layer, int publisherId) { in unsubscribe() 278 public void onPacketReceived(int providerId, VmsLayer layer, byte[] packet) { in onPacketReceived()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/ |
H A D | CachedSet.cpp | 60 CachedSet::CachedSet(const LayerState* layer, std::chrono::steady_clock::time_point lastUpdate) in CachedSet() 65 CachedSet::CachedSet(Layer layer) in CachedSet() 73 void CachedSet::addLayer(const LayerState* layer, in addLayer() 101 for (const Layer& layer : mLayers) { in getComponentDisplayCost() local 128 for (const Layer& layer : mLayers) { in hasBufferUpdate() local 144 [](Layer layer) { return CachedSet(std::move(layer)); }); in decompose() 190 for (const auto& layer : mLayers) { in render() local 336 for (const auto& layer : mLayers) { in addHolePunchLayerIfFeasible() local 364 return std::any_of(mLayers.cbegin(), mLayers.cend(), [](const Layer& layer) { in hasUnsupportedDataspace() 383 [](const Layer& layer) { return layer.getState()->isProtected(); }); in hasProtectedLayers() [all …]
|
H A D | Flattener.cpp | 41 for (auto& layer : cachedSet.getConstituentLayers()) { in isSameStack() local 144 for (const CachedSet& layer : mLayers) { in dumpLayers() local 207 for (const LayerState* layer : layers) { in calculateDisplayCost() local 250 for (const auto& layer : mLayers) { in computeLayersHash() local 265 for (const LayerState* layer : layers) { in mergeWithCachedSets() local 275 for (const LayerState* layer : layers) { in mergeWithCachedSets() local 280 for (const CachedSet& layer : mLayers) { in mergeWithCachedSets() local 395 for (const CachedSet& layer : merged) { in mergeWithCachedSets() local 488 for (const CachedSet& layer : mLayers) { in buildCachedSets() local
|
/aosp12/hardware/google/graphics/gs101/libacryl_plugins/ |
H A D | libacryl_hdr_plugin.cpp | 61 #define HDR_LAYER_BASE(layer) (HDR_BASE + HDR_SFR_LEN * (layer)) argument 63 #define HDR_MOD_CTRL(layer) (HDR_LAYER_BASE(layer) + HDR_MOD_CTRL_OFFSET ) argument 64 #define HDR_OETF_POSX(layer) (HDR_LAYER_BASE(layer) + HDR_OETF_POSX_OFFSET) argument 65 #define HDR_OETF_POSY(layer) (HDR_LAYER_BASE(layer) + HDR_OETF_POSY_OFFSET) argument 66 #define HDR_EOTF_POSX(layer) (HDR_LAYER_BASE(layer) + HDR_EOTF_POSX_OFFSET) argument 67 #define HDR_EOTF_POSY(layer) (HDR_LAYER_BASE(layer) + HDR_EOTF_POSY_OFFSET) argument 68 #define HDR_GM_COEF(layer) (HDR_LAYER_BASE(layer) + HDR_GM_COEF_OFFSET ) argument 69 #define HDR_GM_OFF(layer) (HDR_LAYER_BASE(layer) + HDR_GM_OFF_OFFSET ) argument 70 #define HDR_TM_COEF(layer) (HDR_LAYER_BASE(layer) + HDR_TM_COEF_OFFSET ) argument 71 #define HDR_TM_RNGX(layer) (HDR_LAYER_BASE(layer) + HDR_TM_RNGX_OFFSET ) argument [all …]
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | LayerHistoryTest.cpp | 143 const auto layer = createLayer(); in TEST_F() local 174 const auto layer = createLayer(); in TEST_F() local 199 const auto layer = createLayer(); in TEST_F() local 220 const auto layer = createLayer(); in TEST_F() local 247 const auto layer = createLayer(); in TEST_F() local 275 const auto layer = createLayer(); in TEST_F() local 303 auto layer = createLayer(); in TEST_F() local 335 auto layer = createLayer(); in TEST_F() local 524 auto layer = createLayer(); in TEST_F() local 610 auto layer = createLayer(); in TEST_F() local [all …]
|
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | LayerRenderTypeTransaction_test.cpp | 55 sp<SurfaceControl> layer; in TEST_P() local 78 sp<SurfaceControl> layer; in TEST_P() local 100 sp<SurfaceControl> layer; in TEST_P() local 118 sp<SurfaceControl> layer; in TEST_P() local 140 sp<SurfaceControl> layer; in TEST_P() local 282 sp<SurfaceControl> layer; in TEST_P() local 326 sp<SurfaceControl> layer; in TEST_P() local 492 sp<SurfaceControl> layer; in setBackgroundColorHelper() local 712 sp<SurfaceControl> layer; in TEST_P() local 754 sp<SurfaceControl> layer; in TEST_P() local [all …]
|
H A D | LayerTransactionTest.h | 85 auto layer = client->createSurface(String8(name), width, height, format, flags, variable 110 ANativeWindow_Buffer getBufferQueueLayerBuffer(const sp<SurfaceControl>& layer) { in getBufferQueueLayerBuffer() 120 void postBufferQueueLayerBuffer(const sp<SurfaceControl>& layer) { in postBufferQueueLayerBuffer() 127 virtual void fillBufferQueueLayerColor(const sp<SurfaceControl>& layer, const Color& color, in fillBufferQueueLayerColor() 137 virtual void fillBufferStateLayerColor(const sp<SurfaceControl>& layer, const Color& color, in fillBufferStateLayerColor() 149 void fillLayerColor(uint32_t mLayerType, const sp<SurfaceControl>& layer, const Color& color, in fillLayerColor() 163 void fillLayerQuadrant(uint32_t mLayerType, const sp<SurfaceControl>& layer, in fillLayerQuadrant() 181 virtual void fillBufferQueueLayerQuadrant(const sp<SurfaceControl>& layer, int32_t bufferWidth, in fillBufferQueueLayerQuadrant() 204 virtual void fillBufferStateLayerQuadrant(const sp<SurfaceControl>& layer, int32_t bufferWidth, in fillBufferStateLayerQuadrant()
|
/aosp12/hardware/google/graphics/common/libacryl/ |
H A D | acrylic.cpp | 38 for (auto layer: mLayers) { in ~Acrylic() local 54 auto *layer = new AcrylicLayer(this); in createLayer() local 67 void Acrylic::removeLayer(AcrylicLayer *layer) in removeLayer() 123 for (auto layer: mLayers) { in validateAllLayers() local
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_TextureLayer.cpp | 30 DeferredLayerUpdater* layer = reinterpret_cast<DeferredLayerUpdater*>(layerUpdaterPtr); in TextureLayer_prepare() local 39 DeferredLayerUpdater* layer = reinterpret_cast<DeferredLayerUpdater*>(layerUpdaterPtr); in TextureLayer_setLayerPaint() local 48 DeferredLayerUpdater* layer = reinterpret_cast<DeferredLayerUpdater*>(layerUpdaterPtr); in TextureLayer_setTransform() local 55 DeferredLayerUpdater* layer = reinterpret_cast<DeferredLayerUpdater*>(layerUpdaterPtr); in TextureLayer_setSurfaceTexture() local 62 DeferredLayerUpdater* layer = reinterpret_cast<DeferredLayerUpdater*>(layerUpdaterPtr); in TextureLayer_updateSurfaceTexture() local
|
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | layers_extensions.cpp | 245 Layer layer; in EnumerateLayers() local 428 for (auto& layer : g_layer_libraries) { in DiscoverLayersInPathList() local 453 void* GetLayerGetProcAddr(const Layer& layer, in GetLayerGetProcAddr() 480 auto layer = in FindLayer() local 488 const VkLayerProperties& GetLayerProperties(const Layer& layer) { in GetLayerProperties() 492 bool IsLayerGlobal(const Layer& layer) { in IsLayerGlobal() 496 const VkExtensionProperties* GetLayerInstanceExtensions(const Layer& layer, in GetLayerInstanceExtensions() 502 const VkExtensionProperties* GetLayerDeviceExtensions(const Layer& layer, in GetLayerDeviceExtensions() 513 const VkExtensionProperties* FindLayerDeviceExtension(const Layer& layer, in FindLayerDeviceExtension() 518 LayerRef GetLayerRef(const Layer& layer) { in GetLayerRef() [all …]
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | Client.cpp | 49 void Client::attachLayer(const sp<IBinder>& handle, const sp<Layer>& layer) in attachLayer() 55 void Client::detachLayer(const Layer* layer) in detachLayer() 71 wp<Layer> layer(mLayers.valueFor(handle)); in getLayerUser() local 100 const auto& layer = (static_cast<MonitoredProducer*>(parent.get()))->getLayer(); in createWithSurfaceParent() local 116 sp<Layer> layer = getLayerUser(handle); in clearLayerFrameStats() local 125 sp<Layer> layer = getLayerUser(handle); in getLayerFrameStats() local
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
H A D | hwcomposer.cpp | 85 hwc2_layer_t layer = nextLayer_++; in CreateLayer() local 90 bool IsValidLayer(hwc2_layer_t layer) { in IsValidLayer() 94 void DestroyLayer(hwc2_layer_t layer) { in DestroyLayer() 99 bool SetClientComposed(hwc2_layer_t layer, bool value) { in SetClientComposed() 111 for (const auto& layer : layers_) { in NumNotClientComposed() local 125 for (const auto& layer : layers_) { in GetNonClientComposedIDs() local 283 hwc2_layer_t layer) { in Hwc2ImplDestroyLayer() 690 int32_t validateLayer(hwc2_display_t display, hwc2_layer_t layer) { in validateLayer() 719 hwc2_layer_t layer, in Hwc2ImplSetLayerSurfaceDamage() 775 hwc2_layer_t layer, in Hwc2ImplSetLayerSidebandStream() [all …]
|
H A D | hwc_tonemapper.cpp | 103 DisplayError ToneMapSession::AllocateIntermediateBuffers(const Layer *layer) { in AllocateIntermediateBuffers() 149 void ToneMapSession::SetToneMapConfig(Layer *layer) { in SetToneMapConfig() 158 bool ToneMapSession::IsSameToneMapConfig(Layer *layer) { in IsSameToneMapConfig() 178 Layer *layer = layer_stack->layers.at(i); in HandleToneMap() local 223 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { in ToneMap() 256 Layer *layer = layer_stack->layers.at(UINT32(session->layer_index_)); in PostCommit() local 334 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index) { in AcquireToneMapSession()
|
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 827 hwc_layer_1_t* layer = &list->hwLayers[i]; in tryFullFrame() local 871 hwc_layer_1_t* layer = &list->hwLayers[i]; in fullMDPComp() local 926 hwc_layer_1_t* layer = &list->hwLayers[i]; in fullMDPCompWithPTOR() local 947 hwc_layer_1_t* layer = &list->hwLayers[i]; in fullMDPCompWithPTOR() local 993 hwc_layer_1_t* layer = &list->hwLayers[i]; in fullMDPCompWithPTOR() local 1098 hwc_layer_1_t* layer = &list->hwLayers[i]; in fullMDPCompWithPTOR() local 1226 hwc_layer_1_t* layer = &list->hwLayers[i]; in loadBasedComp() local 1648 hwc_layer_1_t* layer = &list->hwLayers[i]; in markLayersForCaching() local 1680 hwc_layer_1_t * layer = &list->hwLayers[i]; in updateLayerCache() local 2269 hwc_layer_1_t *layer = &list->hwLayers[i]; in draw() local [all …]
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
H A D | hwc_tonemapper.cpp | 103 DisplayError ToneMapSession::AllocateIntermediateBuffers(const Layer *layer) { in AllocateIntermediateBuffers() 149 void ToneMapSession::SetToneMapConfig(Layer *layer) { in SetToneMapConfig() 158 bool ToneMapSession::IsSameToneMapConfig(Layer *layer) { in IsSameToneMapConfig() 178 Layer *layer = layer_stack->layers.at(i); in HandleToneMap() local 221 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { in ToneMap() 254 Layer *layer = layer_stack->layers.at(UINT32(session->layer_index_)); in PostCommit() local 317 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index) { in AcquireToneMapSession()
|
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 508 hwc_layer_1_t* layer = &list->hwLayers[index]; in generateROI() local 719 hwc_layer_1_t* layer = &list->hwLayers[i]; in tryFullFrame() local 770 hwc_layer_1_t* layer = &list->hwLayers[i]; in fullMDPComp() local 825 hwc_layer_1_t* layer = &list->hwLayers[i]; in fullMDPCompWithPTOR() local 846 hwc_layer_1_t* layer = &list->hwLayers[i]; in fullMDPCompWithPTOR() local 909 hwc_layer_1_t* layer = &list->hwLayers[i]; in fullMDPCompWithPTOR() local 947 hwc_layer_1_t* layer = &list->hwLayers[i]; in fullMDPCompWithPTOR() local 1068 hwc_layer_1_t* layer = &list->hwLayers[i]; in loadBasedComp() local 1372 hwc_layer_1_t* layer = &list->hwLayers[i]; in markLayersForCaching() local 1870 hwc_layer_1_t *layer = &list->hwLayers[i]; in draw() local [all …]
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
H A D | hwc_tonemapper.cpp | 103 DisplayError ToneMapSession::AllocateIntermediateBuffers(const Layer *layer) { in AllocateIntermediateBuffers() 149 void ToneMapSession::SetToneMapConfig(Layer *layer) { in SetToneMapConfig() 158 bool ToneMapSession::IsSameToneMapConfig(Layer *layer) { in IsSameToneMapConfig() 178 Layer *layer = layer_stack->layers.at(i); in HandleToneMap() local 221 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { in ToneMap() 254 Layer *layer = layer_stack->layers.at(UINT32(session->layer_index_)); in PostCommit() local 331 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index) { in AcquireToneMapSession()
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | hwc_tonemapper.cpp | 106 DisplayError ToneMapSession::AllocateIntermediateBuffers(const Layer *layer) { in AllocateIntermediateBuffers() 147 void ToneMapSession::SetToneMapConfig(Layer *layer, PrimariesTransfer blend_cs) { in SetToneMapConfig() 156 bool ToneMapSession::IsSameToneMapConfig(Layer *layer, PrimariesTransfer blend_cs) { in IsSameToneMapConfig() 176 Layer *layer = layer_stack->layers.at(i); in HandleToneMap() local 221 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { in ToneMap() 246 Layer *layer = layer_stack->layers.at(UINT32(session->layer_index_)); in PostCommit() local 315 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index, in AcquireToneMapSession()
|
/aosp12/packages/services/Car/service/src/com/android/car/stats/ |
H A D | VmsClientLogger.java | 111 public void logPacketSent(VmsLayer layer, long size) { in logPacketSent() 121 public void logPacketReceived(VmsLayer layer, long size) { in logPacketReceived() 131 public void logPacketDropped(VmsLayer layer, long size) { in logPacketDropped() 143 private VmsClientStats getLayerEntry(VmsLayer layer) { in getLayerEntry()
|
/aosp12/packages/apps/Camera2/tests/exiftool_parser/ |
H A D | parser.py | 41 layer = 0 variable 56 layer = new_layer variable 64 layer = new_layer variable
|
/aosp12/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_mdpcomp.cpp | 205 hwc_layer_1_t* layer = &(list->hwLayers[index]); in setMDPCompLayerFlags() local 507 hwc_layer_1_t* layer = &list->hwLayers[index]; in generateROI() local 615 hwc_layer_1_t* layer = &list->hwLayers[index]; in generateROI() local 706 hwc_layer_1_t* layer = &list->hwLayers[i]; in tryFullFrame() local 755 hwc_layer_1_t* layer = &list->hwLayers[i]; in fullMDPComp() local 823 hwc_layer_1_t* layer = &list->hwLayers[i]; in cacheBasedComp() local 891 hwc_layer_1_t* layer = &list->hwLayers[i]; in loadBasedComp() local 1193 hwc_layer_1_t* layer = &list->hwLayers[i]; in markLayersForCaching() local 1225 hwc_layer_1_t * layer = &list->hwLayers[i]; in updateLayerCache() local 1657 hwc_layer_1_t *layer = &list->hwLayers[i]; in draw() local [all …]
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
H A D | hwc_tonemapper.cpp | 103 DisplayError ToneMapSession::AllocateIntermediateBuffers(const Layer *layer) { in AllocateIntermediateBuffers() 150 void ToneMapSession::SetToneMapConfig(Layer *layer, PrimariesTransfer blend_cs) { in SetToneMapConfig() 159 bool ToneMapSession::IsSameToneMapConfig(Layer *layer, PrimariesTransfer blend_cs) { in IsSameToneMapConfig() 179 Layer *layer = layer_stack->layers.at(i); in HandleToneMap() local 224 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { in ToneMap() 257 Layer *layer = layer_stack->layers.at(UINT32(session->layer_index_)); in PostCommit() local 335 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index, in AcquireToneMapSession()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
H A D | hwc_tonemapper.cpp | 103 DisplayError ToneMapSession::AllocateIntermediateBuffers(const Layer *layer) { in AllocateIntermediateBuffers() 150 void ToneMapSession::SetToneMapConfig(Layer *layer, PrimariesTransfer blend_cs) { in SetToneMapConfig() 159 bool ToneMapSession::IsSameToneMapConfig(Layer *layer, PrimariesTransfer blend_cs) { in IsSameToneMapConfig() 179 Layer *layer = layer_stack->layers.at(i); in HandleToneMap() local 224 void HWCToneMapper::ToneMap(Layer* layer, ToneMapSession *session) { in ToneMap() 257 Layer *layer = layer_stack->layers.at(UINT32(session->layer_index_)); in PostCommit() local 335 DisplayError HWCToneMapper::AcquireToneMapSession(Layer *layer, uint32_t *session_index, in AcquireToneMapSession()
|