Home
last modified time | relevance | path

Searched defs:bitsPerSecond (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl320 void callSessionNotifyAnbr(int mediaType, int direction, int bitsPerSecond); in callSessionNotifyAnbr()
H A DIImsCallSessionListener.aidl209 void callSessionSendAnbrQuery(int mediaType, int direction, int bitsPerSecond); in callSessionSendAnbrQuery()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
H A DImsCallSessionImplBase.java430 public void callSessionNotifyAnbr(int mediaType, int direction, int bitsPerSecond) { in callSessionNotifyAnbr()
683 int bitsPerSecond) throws RemoteException { in callSessionSendAnbrQuery()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/
H A DImsCallSession.java528 public void callSessionSendAnbrQuery(int mediaType, int direction, int bitsPerSecond) { in callSessionSendAnbrQuery()
1244 public void callSessionNotifyAnbr(int mediaType, int direction, int bitsPerSecond) { in callSessionNotifyAnbr()
1761 int bitsPerSecond) { in callSessionSendAnbrQuery()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsCallSessionListener.aidl186 void callSessionSendAnbrQuery(int mediaType, int direction, int bitsPerSecond); in callSessionSendAnbrQuery()