Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
DHwcLoader.h59 bool adapted; in createHalWithAdapter() local
60 hwc2_device_t* device = openDeviceWithAdapter(module, &adapted); in createHalWithAdapter()
65 return hal->initWithDevice(std::move(device), !adapted) ? std::move(hal) : nullptr; in createHalWithAdapter()
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
DHwcLoader.h59 bool adapted; in createHalWithAdapter() local
60 hwc2_device_t* device = openDeviceWithAdapter(module, &adapted); in createHalWithAdapter()
65 return hal->initWithDevice(std::move(device), !adapted) ? std::move(hal) : nullptr; in createHalWithAdapter()
/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
DHwcLoader.h59 bool adapted; in createHalWithAdapter() local
60 hwc2_device_t* device = openDeviceWithAdapter(module, &adapted); in createHalWithAdapter()
65 return hal->initWithDevice(std::move(device), !adapted) ? std::move(hal) : nullptr; in createHalWithAdapter()
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcLoader.h84 bool adapted; in createHalWithAdapter() local
85 hwc2_device_t* device = openDeviceWithAdapter(module, &adapted); in createHalWithAdapter()
90 return hal->initWithDevice(std::move(device), !adapted) ? std::move(hal) : nullptr; in createHalWithAdapter()
/hardware/interfaces/renderscript/1.0/
DIContext.hal37 * "adapted allocation" that's returned.