Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dhwcomposer2.h1629 hwc2_layer_t* outLayers, int32_t* outFences);
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h219 hwc2_layer_t* outLayers, int32_t* outFences);
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h206 hwc2_layer_t* outLayers, int32_t* outFences);
DHWC2On1Adapter.cpp770 hwc2_layer_t* outLayers, int32_t* outFences) in getReleaseFences() argument
775 bool outputsNonNull = (outLayers != nullptr) && (outFences != nullptr); in getReleaseFences()
785 outFences[numWritten] = releaseFence->dup(); in getReleaseFences()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp725 hwc2_layer_t* outLayers, int32_t* outFences) { in getReleaseFences() argument
729 bool outputsNonNull = (outLayers != nullptr) && (outFences != nullptr); in getReleaseFences()
739 outFences[numWritten] = releaseFence->dup(); in getReleaseFences()