Home
last modified time | relevance | path

Searched refs:layerId (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/vts/
DTestCommandReader.cpp51 uint64_t layerId = read64(); in parse() local
54 std::pair<uint64_t, uint32_t> compositionChange(layerId, composition); in parse()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h204 HWC2::Error destroyLayer(hwc2_layer_t layerId);
249 HWC2::Error updateLayerZ(hwc2_layer_t layerId, uint32_t z);
349 void addTypeChange(hwc2_layer_t layerId, in addTypeChange() argument
351 mTypeChanges.insert({layerId, type}); in addTypeChange()
356 void addLayerRequest(hwc2_layer_t layerId, in addLayerRequest() argument
358 mLayerRequests.insert({layerId, request}); in addLayerRequest()
616 hwc2_display_t displayId, hwc2_layer_t layerId, in callLayerFunction() argument
618 auto result = getAdapter(device)->getLayer(displayId, layerId); in callLayerFunction()
629 hwc2_layer_t layerId, Args... args) { in layerHook() argument
630 return HWC2On1Adapter::callLayerFunction(device, displayId, layerId, in layerHook()
[all …]
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h191 HWC2::Error destroyLayer(hwc2_layer_t layerId);
225 HWC2::Error updateLayerZ(hwc2_layer_t layerId, uint32_t z);
317 void addTypeChange(hwc2_layer_t layerId, in addTypeChange() argument
319 mTypeChanges.insert({layerId, type}); in addTypeChange()
324 void addLayerRequest(hwc2_layer_t layerId, in addLayerRequest() argument
326 mLayerRequests.insert({layerId, request}); in addLayerRequest()
583 hwc2_display_t displayId, hwc2_layer_t layerId, in callLayerFunction() argument
585 auto result = getAdapter(device)->getLayer(displayId, layerId); in callLayerFunction()
596 hwc2_layer_t layerId, Args... args) { in layerHook() argument
597 return HWC2On1Adapter::callLayerFunction(device, displayId, layerId, in layerHook()
[all …]
DHWC2On1Adapter.cpp586 auto layerId = change.first; in acceptChanges() local
588 auto layer = mDevice.mLayers[layerId]; in acceptChanges()
610 Error HWC2On1Adapter::Display::destroyLayer(hwc2_layer_t layerId) in destroyLayer() argument
614 const auto mapLayer = mDevice.mLayers.find(layerId); in destroyLayer()
617 mId, layerId); in destroyLayer()
629 ALOGV("[%" PRIu64 "] destroyed layer %" PRIu64, mId, layerId); in destroyLayer()
685 auto layerId = element.first; in getChangedCompositionTypes() local
687 ALOGV("Adding %" PRIu64 " %s", layerId, in getChangedCompositionTypes()
689 outLayers[numWritten] = layerId; in getChangedCompositionTypes()
1052 Error HWC2On1Adapter::Display::updateLayerZ(hwc2_layer_t layerId, uint32_t z) in updateLayerZ() argument
[all …]
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp545 auto layerId = change.first; in acceptChanges() local
547 if (mDevice.mLayers.count(layerId) == 0) { in acceptChanges()
550 layerId); in acceptChanges()
553 auto layer = mDevice.mLayers[layerId]; in acceptChanges()
573 Error HWC2On1Adapter::Display::destroyLayer(hwc2_layer_t layerId) { in destroyLayer() argument
576 const auto mapLayer = mDevice.mLayers.find(layerId); in destroyLayer()
579 mId, layerId); in destroyLayer()
591 ALOGV("[%" PRIu64 "] destroyed layer %" PRIu64, mId, layerId); in destroyLayer()
645 auto layerId = element.first; in getChangedCompositionTypes() local
647 ALOGV("Adding %" PRIu64 " %s", layerId, in getChangedCompositionTypes()
[all …]