Lines Matching refs:get_u8
112 ALOGI("config_id = %u\n", it.get_u8()); in EventGetAttributeData()
113 setup_response.config_id = it.get_u8(); in EventGetAttributeData()
116 ALOGI("neg type = %u\n", it.get_u8()); in EventGetAttributeData()
117 setup_response.negotiation_type = it.get_u8(); in EventGetAttributeData()
120 setup_response.reason_code = (TwtSetupReasonCode)it.get_u8(); in EventGetAttributeData()
124 setup_response.status = it.get_u8(); in EventGetAttributeData()
128 setup_response.trigger_type = it.get_u8(); in EventGetAttributeData()
158 ALOGI("config_id = %u\n", it.get_u8()); in EventGetAttributeData()
159 teardown_event.config_id = it.get_u8(); in EventGetAttributeData()
162 teardown_event.status = it.get_u8(); in EventGetAttributeData()
166 teardown_event.all_twt = it.get_u8(); in EventGetAttributeData()
170 teardown_event.reason = (TwtTeardownReason)it.get_u8(); in EventGetAttributeData()
188 ALOGI("config_id = %u\n", it.get_u8()); in EventGetAttributeData()
189 info_frame_event.config_id = it.get_u8(); in EventGetAttributeData()
192 info_frame_event.reason = (TwtInfoFrameReason)it.get_u8(); in EventGetAttributeData()
196 info_frame_event.status = it.get_u8(); in EventGetAttributeData()
200 info_frame_event.all_twt = it.get_u8(); in EventGetAttributeData()
204 info_frame_event.twt_resumed = it.get_u8(); in EventGetAttributeData()
222 notif_event.notification = (TwtNotification)it.get_u8(); in EventGetAttributeData()
248 sub_event_type = it.get_u8(); in HandleTwtEvent()
475 mStats->config_id = it.get_u8(); in handleResponse()