Home
last modified time | relevance | path

Searched refs:getLayerCount (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/sm7250/display/gralloc/
DQtiMapperExtensions.h87 Return<void> getLayerCount(void *buffer, getLayerCount_cb _hidl_cb) override;
DQtiMapperExtensions.cpp265 Return<void> QtiMapperExtensions::getLayerCount(void *buffer, getLayerCount_cb hidl_cb) { in getLayerCount() function in vendor::qti::hardware::display::mapperextensions::V1_1::implementation::QtiMapperExtensions
/hardware/qcom/sm8150/display/gralloc/
DQtiMapperExtensions.h87 Return<void> getLayerCount(void *buffer, getLayerCount_cb _hidl_cb) override;
DQtiMapperExtensions.cpp265 Return<void> QtiMapperExtensions::getLayerCount(void *buffer, getLayerCount_cb hidl_cb) { in getLayerCount() function in vendor::qti::hardware::display::mapperextensions::V1_1::implementation::QtiMapperExtensions
/hardware/interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/
DGralloc1On0Adapter.cpp130 bufferHook<decltype(&Buffer::getLayerCount), in doGetFunction()
131 &Buffer::getLayerCount, uint32_t*>); in doGetFunction()
DGralloc1On0Adapter.h236 gralloc1_error_t getLayerCount(uint32_t* outLayerCount) const { in getLayerCount() function
/hardware/interfaces/graphics/composer/aidl/vts/
DReadbackVts.h149 uint32_t getLayerCount() const { return mLayerCount; } in getLayerCount() function
/hardware/google/graphics/common/libacryl/include/hardware/exynos/
Dacryl.h1296 int getLayerCount() { return mNumLayers; } in getLayerCount() function
/hardware/google/graphics/common/libacryl/
Dacrylic_g2d.cpp1275 for (int idx = 0; idx < frame->getLayerCount(); idx++) { in requestPerformanceQoS()
1364 data.frame[i].num_layers = frame->getLayerCount(); in requestPerformanceQoS()