Home
last modified time | relevance | path

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

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