/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/radio/aidl/android.hardware.radio.ims-V3-java-source/gen/android/hardware/radio/ims/ |
D | IRadioImsIndication.java | 49 …@Override public void notifyAnbr(int type, int mediaType, int direction, int bitsPerSecond) throws… in notifyAnbr() 225 …@Override public void notifyAnbr(int type, int mediaType, int direction, int bitsPerSecond) throws… in notifyAnbr() 332 …public void notifyAnbr(int type, int mediaType, int direction, int bitsPerSecond) throws android.o… in notifyAnbr()
|
D | IRadioIms.java | 150 …@Override public void sendAnbrQuery(int serial, int mediaType, int direction, int bitsPerSecond) t… in sendAnbrQuery() 543 …public void sendAnbrQuery(int serial, int mediaType, int direction, int bitsPerSecond) throws andr… in sendAnbrQuery() 741 …public void sendAnbrQuery(int serial, int mediaType, int direction, int bitsPerSecond) throws andr… in sendAnbrQuery()
|
/aosp_15_r20/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/ |
H A D | IRadioImsImpl.java | 143 public void sendAnbrQuery(int serial, int qosSessionId, int direction, int bitsPerSecond) { in sendAnbrQuery() 172 public void notifyAnbr(int qosSessionId, int direction, int bitsPerSecond) { in notifyAnbr()
|
H A D | MockImsService.java | 194 public void sendAnbrQuery(int mediaType, int direction, int bitsPerSecond) { in sendAnbrQuery()
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/upstream/ |
H A D | DefaultBandwidthMeter.java | 396 float bitsPerSecond = (sampleBytesTransferred * 8000f) / sampleElapsedTimeMs; in onTransferEnd() local 397 slidingPercentile.addSample((int) Math.sqrt(sampleBytesTransferred), bitsPerSecond); in onTransferEnd() local
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/upstream/ |
H A D | DefaultBandwidthMeter.java | 394 float bitsPerSecond = (sampleBytesTransferred * 8000f) / sampleElapsedTimeMs; in onTransferEnd() local 395 slidingPercentile.addSample((int) Math.sqrt(sampleBytesTransferred), bitsPerSecond); in onTransferEnd() local
|
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/ |
H A D | TestImsCallSessionImpl.java | 921 public void callSessionSendAnbrQuery(int mediaType, int direction, int bitsPerSecond) { in callSessionSendAnbrQuery() 932 public void callSessionNotifyAnbr(int mediaType, int direction, int bitsPerSecond) { in callSessionNotifyAnbr()
|
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/ |
H A D | ImsCallSession.java | 529 public void callSessionSendAnbrQuery(int mediaType, int direction, int bitsPerSecond) { in callSessionSendAnbrQuery() 1250 public void callSessionNotifyAnbr(int mediaType, int direction, int bitsPerSecond) { in callSessionNotifyAnbr() 1767 int bitsPerSecond) { in callSessionSendAnbrQuery()
|
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/compat/stub/ |
H A D | ImsCallSessionImplBase.java | 430 public void callSessionNotifyAnbr(int mediaType, int direction, int bitsPerSecond) { in callSessionNotifyAnbr() 683 int bitsPerSecond) throws RemoteException { in callSessionSendAnbrQuery()
|
/aosp_15_r20/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.ims/current/android/hardware/radio/ims/ |
H A D | IRadioImsIndication.aidl | 39 …reamType mediaType, in android.hardware.radio.ims.ImsStreamDirection direction, int bitsPerSecond); in notifyAnbr()
|
H A D | IRadioIms.aidl | 44 …sStreamType mediaType, android.hardware.radio.ims.ImsStreamDirection direction, int bitsPerSecond); in sendAnbrQuery()
|
/aosp_15_r20/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.ims/2/android/hardware/radio/ims/ |
H A D | IRadioImsIndication.aidl | 39 …reamType mediaType, in android.hardware.radio.ims.ImsStreamDirection direction, int bitsPerSecond); in notifyAnbr()
|
H A D | IRadioIms.aidl | 44 …sStreamType mediaType, android.hardware.radio.ims.ImsStreamDirection direction, int bitsPerSecond); in sendAnbrQuery()
|
/aosp_15_r20/hardware/interfaces/radio/aidl/android/hardware/radio/ims/ |
H A D | IRadioImsIndication.aidl | 54 in ImsStreamDirection direction, int bitsPerSecond); in notifyAnbr()
|
H A D | IRadioIms.aidl | 156 int serial, ImsStreamType mediaType, ImsStreamDirection direction, int bitsPerSecond); in sendAnbrQuery()
|
/aosp_15_r20/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.ims/1/android/hardware/radio/ims/ |
H A D | IRadioImsIndication.aidl | 38 …reamType mediaType, in android.hardware.radio.ims.ImsStreamDirection direction, int bitsPerSecond); in notifyAnbr()
|
H A D | IRadioIms.aidl | 43 …sStreamType mediaType, android.hardware.radio.ims.ImsStreamDirection direction, int bitsPerSecond); in sendAnbrQuery()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/radio/aidl/android.hardware.radio.ims_interface/dump/android/hardware/radio/ims/ |
D | IRadioImsIndication.aidl | 39 …reamType mediaType, in android.hardware.radio.ims.ImsStreamDirection direction, int bitsPerSecond); in notifyAnbr()
|
D | IRadioIms.aidl | 44 …sStreamType mediaType, android.hardware.radio.ims.ImsStreamDirection direction, int bitsPerSecond); in sendAnbrQuery()
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ImsIndication.java | 83 int bitsPerSecond) { in notifyAnbr()
|
D | RadioImsProxy.java | 173 public void sendAnbrQuery(int serial, int mediaType, int direction, int bitsPerSecond) in sendAnbrQuery()
|
/aosp_15_r20/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | RefRadioIms.cpp | 65 int32_t bitsPerSecond) { in sendAnbrQuery()
|
/aosp_15_r20/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 554 int bitsPerSecond) { in onCallSessionSendAnbrQuery() 914 public void callSessionNotifyAnbr(int mediaType, int direction, int bitsPerSecond) { in callSessionNotifyAnbr() 3530 public void callSessionSendAnbrQuery(int mediaType, int direction, int bitsPerSecond) { in callSessionSendAnbrQuery()
|
/aosp_15_r20/frameworks/base/telephony/java/com/android/ims/internal/ |
H A D | IImsCallSession.aidl | 320 void callSessionNotifyAnbr(int mediaType, int direction, int bitsPerSecond); in callSessionNotifyAnbr()
|
/aosp_15_r20/frameworks/base/telephony/java/android/telephony/ims/aidl/ |
H A D | IImsCallSessionListener.aidl | 186 void callSessionSendAnbrQuery(int mediaType, int direction, int bitsPerSecond); in callSessionSendAnbrQuery()
|