/aosp12/frameworks/base/telephony/java/android/telephony/data/ |
H A D | Qos.java | 48 final QosBandwidth downlink; field in Qos 52 @NonNull android.hardware.radio.V1_6.QosBandwidth downlink, in Qos() argument 55 this.downlink = new QosBandwidth(downlink.maxBitrateKbps, downlink.guaranteedBitrateKbps); in Qos() 60 return downlink; in getDownlinkBandwidth() 144 downlink = source.readParcelable(QosBandwidth.class.getClassLoader()); in Qos() 156 dest.writeParcelable(downlink, flags); in writeToParcel() 179 return Objects.hash(downlink, uplink); in hashCode() 188 && downlink.equals(other.downlink) in equals()
|
H A D | EpsQos.java | 42 super(Qos.QOS_TYPE_EPS, qos.downlink, qos.uplink); in EpsQos() 93 + " downlink=" + downlink in toString()
|
H A D | NrQos.java | 36 super(Qos.QOS_TYPE_NR, qos.downlink, qos.uplink); in NrQos() 106 + " downlink=" + downlink in toString()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
H A D | CdmaInformationRecords.java | 277 public byte downlink; field in CdmaInformationRecords.CdmaT53AudioControlInfoRec 279 public CdmaT53AudioControlInfoRec(int uplink, int downlink) { in CdmaT53AudioControlInfoRec() argument 281 this.downlink = (byte) downlink; in CdmaT53AudioControlInfoRec() 288 " downlink: " + downlink + in toString()
|
/aosp12/hardware/knowles/athletico/sound_trigger_hal/ |
H A D | cvq_ioctl.h | 257 int set_music_buffer_route(struct audio_route *route_hdl, bool downlink); 258 int tear_music_buffer_route(struct audio_route *route_hdl, bool downlink);
|
H A D | cvq_util.c | 1717 int set_music_buffer_route(struct audio_route *route_hdl, bool downlink) in set_music_buffer_route() argument 1721 ALOGD("+%s+ %d", __func__, downlink); in set_music_buffer_route() 1722 if (downlink) in set_music_buffer_route() 1735 int tear_music_buffer_route(struct audio_route *route_hdl, bool downlink) in tear_music_buffer_route() argument 1739 ALOGD("+%s+ %d", __func__, downlink); in tear_music_buffer_route() 1740 if (downlink) in tear_music_buffer_route()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
H A D | QosCallbackTrackerTest.java | 121 halEpsQos.downlink.maxBitrateKbps = dlMbr; in createEpsQos() 122 halEpsQos.downlink.guaranteedBitrateKbps = dlGbr; in createEpsQos()
|
/aosp12/hardware/interfaces/radio/1.6/ |
H A D | types.hal | 71 QosBandwidth downlink; 83 QosBandwidth downlink; 406 * Estimated downlink capacity in kbps. In case of a dual connected network, 426 * Estimated downlink capacity of secondary carrier in a dual connected NR mode in kbps.
|
/aosp12/hardware/interfaces/radio/1.2/ |
H A D | IRadio.hal | 115 * @param thresholdsDownlinkKbps A vector of trigger thresholds in kbps for downlink reports. A
|
H A D | types.hal | 367 * Estimated downlink capacity in kbps. This bandwidth estimate shall be the estimated
|
/aosp12/hardware/interfaces/radio/1.5/ |
H A D | IRadio.hal | 90 * @param thresholdsDownlinkKbps A vector of trigger thresholds in kbps for downlink reports. A
|
/aosp12/hardware/interfaces/audio/common/6.0/ |
H A D | types.hal | 148 /** Voice call downlink (Rx) audio source. */ 150 /** Voice call uplink + downlink audio source. */
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | RILTest.java | 2268 halEpsQos.downlink.maxBitrateKbps = 4; in testConvertDataCallResult() 2269 halEpsQos.downlink.guaranteedBitrateKbps = 7; in testConvertDataCallResult()
|
/aosp12/frameworks/opt/telephony/proto/src/ |
H A D | telephony.proto | 2242 // the downlink CallQualityLevel for a given ongoing call
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 14154 VOIP_CALL_TYPE = 2; // voip call, including uplink and downlink
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
H A D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |