Searched refs:dext_thread_group (Results 1 – 1 of 1) sorted by relevance
337 struct thread_group *dext_thread_group = threadGroupForDextService(device); in registerDevice() local338 if (dext_thread_group) { in registerDevice()343 clientData.driverState.target_thread_group_id = thread_group_get_id(dext_thread_group); in registerDevice()344 …clientData.driverState.target_thread_group_data = thread_group_get_machine_data(dext_thread_group); in registerDevice()346 clientData.target_thread_group = dext_thread_group; in registerDevice()347 thread_group_retain(dext_thread_group); in registerDevice()