Home
last modified time | relevance | path

Searched refs:initWithModule (Results 1 – 12 of 12) sorted by relevance

/aosp12/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
H A DGrallocLoader.h55 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
59 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
H A DGrallocLoader.h76 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
80 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
H A DGralloc0Hal.h53 bool initWithModule(const hw_module_t* module) { in initWithModule() function
H A DGralloc1Hal.h54 bool initWithModule(const hw_module_t* module) { in initWithModule() function
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
H A DGrallocLoader.h150 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
154 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
H A DGralloc0Hal.h45 bool initWithModule(const hw_module_t* module) { in initWithModule() function
H A DGralloc1Hal.h52 bool initWithModule(const hw_module_t* module) { in initWithModule() function
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
H A DHwcLoader.h54 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
H A DHwcLoader.h54 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
H A DHwcLoader.h54 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
H A DHwcLoader.h79 return hal->initWithModule(module) ? std::move(hal) : nullptr; in createHal()
H A DHwcHal.h64 bool initWithModule(const hw_module_t* module) { in initWithModule() function