Lines Matching refs:device_id
66 hdi_backend_plug_event(uint32_t device_id, bool connected, void *data) in hdi_backend_plug_event() argument
73 hdi_head_create(b->compositor, device_id); in hdi_backend_plug_event()
78 if (hdi_head_get_device_id(base) == device_id) { in hdi_backend_plug_event()
166 for (auto &[device_id, framebuffer] : hps->framebuffers) { in hdi_backend_repaint_flush()
169 int ret = b->device_funcs->PrepareDisplayLayers(device_id, &needFlushFramebuffer); in hdi_backend_repaint_flush()
170 LOG_CORE("[ret=%d] DeviceFuncs.PrepareDisplayLayers device_id: %d", ret, device_id); in hdi_backend_repaint_flush()
191 ret = b->device_funcs->SetDisplayClientBuffer(device_id, framebuffer, -1); in hdi_backend_repaint_flush()
198 ret = b->device_funcs->Commit(device_id, &fence); in hdi_backend_repaint_flush()
227 for (auto &[device_id, res] : b->view_dump_info) { in OnDumpView()
228 dumper->SendInfo(dumper_view_tag, "device_id: %d", device_id); in OnDumpView()
242 for (auto &[device_id, res] : b->layer_dump_info) { in OnDumpHdi()
243 dumper->SendInfo(dumper_hdi_tag, "device_id: %d", device_id); in OnDumpHdi()