Home
last modified time | relevance | path

Searched refs:outLayerId (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h203 HWC2::Error createLayer(hwc2_layer_t* outLayerId);
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h190 HWC2::Error createLayer(hwc2_layer_t* outLayerId);
DHWC2On1Adapter.cpp599 Error HWC2On1Adapter::Display::createLayer(hwc2_layer_t* outLayerId) in createLayer() argument
605 *outLayerId = layer->getId(); in createLayer()
606 ALOGV("[%" PRIu64 "] created layer %" PRIu64, mId, *outLayerId); in createLayer()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp562 Error HWC2On1Adapter::Display::createLayer(hwc2_layer_t* outLayerId) { in createLayer() argument
567 *outLayerId = layer->getId(); in createLayer()
568 ALOGV("[%" PRIu64 "] created layer %" PRIu64, mId, *outLayerId); in createLayer()