Searched refs:initWithDevice (Results 1 – 5 of 5) sorted by relevance
65 return hal->initWithDevice(std::move(device), !adapted) ? std::move(hal) : nullptr; in createHalWithAdapter()
90 return hal->initWithDevice(std::move(device), !adapted) ? std::move(hal) : nullptr; in createHalWithAdapter()
72 return initWithDevice(std::move(device), true); in initWithModule()75 bool initWithDevice(hwc2_device_t* device, bool requireReliablePresentFence) { in initWithDevice() function