Searched refs:layerId (Results 1 - 4 of 4) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
H A 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, argument
351 mTypeChanges.insert({layerId, type});
356 void addLayerRequest(hwc2_layer_t layerId, argument
358 mLayerRequests.insert({layerId, request});
613 // hwc2_layer_t layerId
616 hwc2_display_t displayId, hwc2_layer_t layerId,
618 auto result = getAdapter(device)->getLayer(displayId, layerId);
629 hwc2_layer_t layerId, Arg
615 callLayerFunction(hwc2_device_t* device, hwc2_display_t displayId, hwc2_layer_t layerId, HWC2::Error (Layer::*member)(Args...), Args... args) argument
628 layerHook(hwc2_device_t* device, hwc2_display_t displayId, hwc2_layer_t layerId, Args... args) argument
[all...]
/hardware/qcom/display/msm8994/libhwcomposer/
H A 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, argument
319 mTypeChanges.insert({layerId, type});
324 void addLayerRequest(hwc2_layer_t layerId, argument
326 mLayerRequests.insert({layerId, request});
583 hwc2_display_t displayId, hwc2_layer_t layerId,
585 auto result = getAdapter(device)->getLayer(displayId, layerId);
596 hwc2_layer_t layerId, Args... args) {
597 return HWC2On1Adapter::callLayerFunction(device, displayId, layerId,
582 callLayerFunction(hwc2_device_t* device, hwc2_display_t displayId, hwc2_layer_t layerId, HWC2::Error (Layer::*member)(Args...), Args... args) argument
595 layerHook(hwc2_device_t* device, hwc2_display_t displayId, hwc2_layer_t layerId, Args... args) argument
[all...]
H A DHWC2On1Adapter.cpp586 auto layerId = change.first; local
588 auto layer = mDevice.mLayers[layerId];
610 Error HWC2On1Adapter::Display::destroyLayer(hwc2_layer_t layerId) argument
614 const auto mapLayer = mDevice.mLayers.find(layerId);
617 mId, layerId);
629 ALOGV("[%" PRIu64 "] destroyed layer %" PRIu64, mId, layerId);
685 auto layerId = element.first; local
687 ALOGV("Adding %" PRIu64 " %s", layerId,
689 outLayers[numWritten] = layerId;
1052 Error HWC2On1Adapter::Display::updateLayerZ(hwc2_layer_t layerId, uint32_ argument
1896 auto layerId = layer.getId(); local
2376 getLayer( hwc2_display_t displayId, hwc2_layer_t layerId) argument
[all...]
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp545 auto layerId = change.first; local
547 if (mDevice.mLayers.count(layerId) == 0) {
550 layerId);
553 auto layer = mDevice.mLayers[layerId];
573 Error HWC2On1Adapter::Display::destroyLayer(hwc2_layer_t layerId) { argument
576 const auto mapLayer = mDevice.mLayers.find(layerId);
579 mId, layerId);
591 ALOGV("[%" PRIu64 "] destroyed layer %" PRIu64, mId, layerId);
645 auto layerId = element.first; local
647 ALOGV("Adding %" PRIu64 " %s", layerId,
994 updateLayerZ(hwc2_layer_t layerId, uint32_t z) argument
1827 auto layerId = layer.getId(); local
2286 getLayer( hwc2_display_t displayId, hwc2_layer_t layerId) argument
[all...]

Completed in 103 milliseconds