Lines Matching refs:full_handle
88 FullHandle full_handle; in assign_global_handle() local
89 full_handle.moduleIndex = module_index; in assign_global_handle()
90 full_handle.localHandle = local_handle; in assign_global_handle()
91 full_to_global[full_handle] = global_handle; in assign_global_handle()
92 global_to_full[global_handle] = full_handle; in assign_global_handle()
119 static int get_global_handle(FullHandle* full_handle) { in get_global_handle() argument
121 if (full_to_global.count(*full_handle)) { in get_global_handle()
122 global_handle = full_to_global[*full_handle]; in get_global_handle()
125 full_handle->moduleIndex, full_handle->localHandle); in get_global_handle()
314 FullHandle full_handle; in copy_event_remap_handle() local
315 full_handle.moduleIndex = sub_index; in copy_event_remap_handle()
322 full_handle.localHandle = dest->meta_data.sensor; in copy_event_remap_handle()
323 dest->meta_data.sensor = get_global_handle(&full_handle); in copy_event_remap_handle()
325 full_handle.localHandle = dest->sensor; in copy_event_remap_handle()
326 dest->sensor = get_global_handle(&full_handle); in copy_event_remap_handle()