/aosp_15_r20/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
HD | logback-core-0.9.8-SNAPSHOT.jar | ... -INF/MANIFEST.MF
ch/
ch/qos/
ch/qos/logback/
ch/qos |
HD | logback-classic-0.9.8-SNAPSHOT.jar | ... -INF/MANIFEST.MF
ch/
ch/qos/
ch/qos/logback/
ch/qos |
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/mqtt5/packets/ |
H A D | SubscribePacket.java | 132 private QOS qos; field in SubscribePacket.Subscription 148 …Subscription(String topicFilter, QOS qos, Boolean noLocal, Boolean retainAsPublished, RetainHandli… in Subscription() 162 Subscription(String topicFilter, QOS qos) { in Subscription() 263 …public SubscribePacketBuilder withSubscription(String topicFilter, QOS qos, Boolean noLocal, Boole… in withSubscription() 274 public SubscribePacketBuilder withSubscription(String topicFilter, QOS qos) { in withSubscription()
|
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/mqtt/ |
H A D | MqttClientConnection.java | 51 void deliver(String topic, byte[] payload, boolean dup, int qos, boolean retain) { in deliver() 350 …public CompletableFuture<Integer> subscribe(String topic, QualityOfService qos, Consumer<MqttMessa… in subscribe() 378 public CompletableFuture<Integer> subscribe(String topic, QualityOfService qos) { in subscribe() 438 …public CompletableFuture<Integer> publish(MqttMessage message, QualityOfService qos, boolean retai… in publish() 487 … private static native short mqttClientConnectionSubscribe(long connection, String topic, int qos, in mqttClientConnectionSubscribe() 495 …private static native short mqttClientConnectionPublish(long connection, String topic, int qos, bo… in mqttClientConnectionPublish() 498 … native boolean mqttClientConnectionSetWill(long connection, String topic, int qos, boolean retain, in mqttClientConnectionSetWill()
|
H A D | MqttMessage.java | 13 private QualityOfService qos; field in MqttMessage 33 …public MqttMessage(String topic, byte[] payload, QualityOfService qos, boolean retain, boolean dup… in MqttMessage() 54 public MqttMessage(String topic, byte[] payload, QualityOfService qos, boolean retain) { in MqttMessage() 67 public MqttMessage(String topic, byte[] payload, QualityOfService qos) { in MqttMessage()
|
H A D | MqttConnectionConfig.java | 403 QualityOfService qos = deprecatedWillQos == null ? willMessage.getQos() : deprecatedWillQos; in getWillMessage() local 413 public void setWillQos(QualityOfService qos) { in setWillQos()
|
H A D | QualityOfService.java | 36 private int qos; field in QualityOfService
|
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/data/ |
H A D | structs.cpp | 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()
|
/aosp_15_r20/external/libwebsockets/include/libwebsockets/ |
H A D | lws-mqtt.h | 56 uint8_t qos:2; member 84 lws_mqtt_qos_levels_t qos; member 91 lws_mqtt_qos_levels_t qos; member 110 lws_mqtt_qos_levels_t qos; member 121 lws_mqtt_qos_levels_t qos; /* Requested QoS */ member
|
/aosp_15_r20/external/aws-crt-java/src/native/ |
H A D | mqtt_connection.c | 763 static bool s_is_qos_successful(enum aws_mqtt_qos qos) { in s_is_qos_successful() 771 enum aws_mqtt_qos qos, in s_on_ack() 807 enum aws_mqtt_qos qos, in s_on_subscription_delivered() 880 enum aws_mqtt_qos qos = jni_qos; in Java_software_amazon_awssdk_crt_mqtt_MqttClientConnection_mqttClientConnectionSubscribe() local 1045 enum aws_mqtt_qos qos = jni_qos; in Java_software_amazon_awssdk_crt_mqtt_MqttClientConnection_mqttClientConnectionPublish() local 1101 enum aws_mqtt_qos qos = jni_qos; in Java_software_amazon_awssdk_crt_mqtt_MqttClientConnection_mqttClientConnectionSetWill() local
|
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/data/ |
H A D | QosBearerSession.java | 36 final Qos qos; field in QosBearerSession 39 public QosBearerSession(int qosBearerSessionId, @NonNull Qos qos, in QosBearerSession()
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | QosCallbackTracker.java | 421 EpsQos qos = (EpsQos) session.getQos(); in sendSessionAvailable() local 432 NrQos qos = (NrQos) session.getQos(); in sendSessionAvailable() local
|
/aosp_15_r20/external/libwebsockets/lib/roles/mqtt/ |
H A D | mqtt.c | 1047 lws_mqtt_qos_levels_t qos = (lws_mqtt_qos_levels_t)*buf++; in _lws_mqtt_rx_parser() local 1849 uint8_t dup, lws_mqtt_qos_levels_t qos, in lws_mqtt_fill_fixed_header()
|
/aosp_15_r20/external/libnl/lib/route/link/ |
H A D | vlan.c | 318 struct nlattr *qos; in vlan_put_attrs() local 341 struct nlattr *qos; in vlan_put_attrs() local
|
/aosp_15_r20/external/fastrpc/src/ |
H A D | fastrpc_apps_user.c | 210 struct fastrpc_latency qos; member 282 int fastrpc_latency_init(int dev, struct fastrpc_latency *qos) { in fastrpc_latency_init() 298 int fastrpc_latency_deinit(struct fastrpc_latency *qos) { in fastrpc_latency_deinit() 959 struct fastrpc_latency *qos; in manage_pm_qos() local
|
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/mqtt5/ |
H A D | QOS.java | 35 private int qos; field in QOS
|
/aosp_15_r20/hardware/interfaces/bluetooth/audio/utils/aidl_session/ |
H A D | BluetoothLeAudioAseConfigurationSettingProvider.cpp | 439 LeAudioAseQosConfiguration& qos, const le_audio::QosConfiguration* qos_cfg, in populateAseQosConfiguration() 512 LeAudioAseQosConfiguration qos; in SetConfigurationFromFlatSubconfig() local
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/renesas/rzg/qos/ |
H A D | qos_init.c | 249 void rzg_qos_dbsc_setting(const struct rcar_gen3_dbsc_qos_settings *qos, in rzg_qos_dbsc_setting()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/renesas/rcar/qos/ |
D | qos_init.c | 379 void rcar_qos_dbsc_setting(struct rcar_gen3_dbsc_qos_settings *qos, in rcar_qos_dbsc_setting()
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/renesas/rcar/qos/ |
H A D | qos_init.c | 379 void rcar_qos_dbsc_setting(struct rcar_gen3_dbsc_qos_settings *qos, in rcar_qos_dbsc_setting()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/renesas/rzg/qos/ |
D | qos_init.c | 249 void rzg_qos_dbsc_setting(const struct rcar_gen3_dbsc_qos_settings *qos, in rzg_qos_dbsc_setting()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/radio/aidl/android.hardware.radio.data-V4-java-source/gen/android/hardware/radio/data/ |
D | QosSession.java | 19 public android.hardware.radio.data.Qos qos; field in QosSession
|
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/linux/ |
D | atm_tcp.h | 26 struct atm_qos qos; member
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/kernel/uapi/linux/ |
H A D | atm_tcp.h | 26 struct atm_qos qos; member
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | atm_tcp.h | 38 struct atm_qos qos; member
|