Searched defs:qos (Results 1 – 2 of 2) sorted by relevance
126 static aidl::EpsQos toAidl(const V1_6::EpsQos& qos) { in toAidl()134 static aidl::NrQos toAidl(const V1_6::NrQos& qos) { in toAidl()144 static std::variant<bool, aidl::EpsQos, aidl::NrQos> toAidl(const V1_6::Qos& qos) { in toAidl()
956 #define QOS_PRIO(qos) (((qos) & QOS_PRIO_MASK) >> QOS_PRIO_SHIFT) /* QoS priority */ argument961 #define QOS_TID(qos) (((qos) & QOS_TID_MASK) >> QOS_TID_SHIFT) /* QoS TID */ argument966 #define QOS_EOSP(qos) (((qos) & QOS_EOSP_MASK) >> QOS_EOSP_SHIFT) /* Qos EOSP */ argument975 #define QOS_ACK(qos) (((qos) & QOS_ACK_MASK) >> QOS_ACK_SHIFT) /* QoS ACK */ argument