Searched refs:laneProfileId (Results 1 – 3 of 3) sorted by relevance
32 void (*OnLaneIdEnabled)(uint64_t laneId, uint32_t laneProfileId);33 void (*OnLaneIdDisabled)(uint64_t laneId, uint32_t laneProfileId);
66 uint32_t laneProfileId = 0; in GenerateLaneProfileId() local67 laneProfileId |= ((param->linkType << LINK_TYPE_SHIFT) | in GenerateLaneProfileId()69 return laneProfileId; in GenerateLaneProfileId()
254 static void LaneIdDisabled(uint64_t laneId, uint32_t laneProfileId) in LaneIdDisabled() argument264 listener[i].OnLaneIdDisabled(laneId, laneProfileId); in LaneIdDisabled()