Home
last modified time | relevance | path

Searched refs:QtiAllocator (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/sm8150/display/gralloc/
DQtiAllocator.cpp49 QtiAllocator::QtiAllocator() { in QtiAllocator() function in vendor::qti::hardware::display::allocator::V3_0::implementation::QtiAllocator
54 Return<void> QtiAllocator::dumpDebugInfo(dumpDebugInfo_cb hidl_cb) { in dumpDebugInfo()
63 Return<void> QtiAllocator::allocate(const hidl_vec<uint32_t> &descriptor, uint32_t count, in allocate()
104 return new QtiAllocator(); in HIDL_FETCH_IQtiAllocator()
Dservice.cpp35 using vendor::qti::hardware::display::allocator::V3_0::implementation::QtiAllocator;
38 android::sp<IQtiAllocator> service = new QtiAllocator(); in main()
DQtiAllocator.h61 class QtiAllocator : public IQtiAllocator {
63 QtiAllocator();
/hardware/qcom/sdm845/display/gralloc/
DQtiAllocator.cpp49 QtiAllocator::QtiAllocator() { in QtiAllocator() function in vendor::qti::hardware::display::allocator::V1_0::implementation::QtiAllocator
54 Return<void> QtiAllocator::dumpDebugInfo(dumpDebugInfo_cb hidl_cb) { in dumpDebugInfo()
63 Return<void> QtiAllocator::allocate(const hidl_vec<uint32_t> &descriptor, uint32_t count, in allocate()
104 return new QtiAllocator(); in HIDL_FETCH_IAllocator()
Dservice.cpp34 using vendor::qti::hardware::display::allocator::V1_0::implementation::QtiAllocator;
38 android::sp<IAllocator> service = new QtiAllocator(); in main()
DQtiAllocator.h60 class QtiAllocator : public IAllocator {
62 QtiAllocator();