Home
last modified time | relevance | path

Searched defs:qosCallbackId (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DQosCallbackTracker.java189 public void sendEventEpsQosSessionAvailable(final int qosCallbackId, in sendEventEpsQosSessionAvailable()
203 public void sendEventNrQosSessionAvailable(final int qosCallbackId, in sendEventNrQosSessionAvailable()
216 public void sendEventQosSessionLost(final int qosCallbackId, in sendEventQosSessionLost()
228 public void sendEventQosCallbackError(final int qosCallbackId, in sendEventQosCallbackError()
262 private void runOnAgentConnection(final int qosCallbackId, in runOnAgentConnection()
DNetworkAgentInfo.java829 public void onQosFilterCallbackRegistered(final int qosCallbackId, in onQosFilterCallbackRegistered()
842 public void onQosCallbackUnregistered(final int qosCallbackId) { in onQosCallbackUnregistered()
927 public void sendEpsQosSessionAvailable(final int qosCallbackId, final QosSession session, in sendEpsQosSessionAvailable()
933 public void sendNrQosSessionAvailable(final int qosCallbackId, final QosSession session, in sendNrQosSessionAvailable()
939 public void sendQosSessionLost(final int qosCallbackId, final QosSession session) { in sendQosSessionLost()
944 public void sendQosCallbackError(final int qosCallbackId, in sendQosCallbackError()
/packages/modules/Connectivity/framework/src/android/net/
DINetworkAgentRegistry.aidl43 void sendQosSessionLost(int qosCallbackId, in QosSession session); in sendQosSessionLost()
44 void sendQosCallbackError(int qosCallbackId, int exceptionType); in sendQosCallbackError()
DINetworkAgent.aidl47 void onQosFilterCallbackRegistered(int qosCallbackId, in QosFilterParcelable filterParcel); in onQosFilterCallbackRegistered()
48 void onQosCallbackUnregistered(int qosCallbackId); in onQosCallbackUnregistered()
DNetworkAgent.java823 public void onQosFilterCallbackRegistered(final int qosCallbackId, in onQosFilterCallbackRegistered()
836 public void onQosCallbackUnregistered(final int qosCallbackId) { in onQosCallbackUnregistered()
1379 public void onQosCallbackRegistered(final int qosCallbackId, final @NonNull QosFilter filter) { in onQosCallbackRegistered()
1390 public void onQosCallbackUnregistered(final int qosCallbackId) { in onQosCallbackUnregistered()
1401 public final void sendQosSessionAvailable(final int qosCallbackId, final int sessionId, in sendQosSessionAvailable()
1422 public final void sendQosSessionLost(final int qosCallbackId, in sendQosSessionLost()
1436 public final void sendQosCallbackError(final int qosCallbackId, in sendQosCallbackError()
/packages/modules/Connectivity/tests/integration/util/com/android/server/
DNetworkAgentWrapper.java213 public void onQosCallbackRegistered(final int qosCallbackId, in onQosCallbackRegistered()
221 public void onQosCallbackUnregistered(final int qosCallbackId) { in onQosCallbackUnregistered()
422 protected CallbackType(final int qosCallbackId) { in CallbackType()
428 OnQosCallbackRegister(final int qosCallbackId, final QosFilter filter) { in OnQosCallbackRegister()
449 OnQosCallbackUnregister(final int qosCallbackId) { in OnQosCallbackUnregister()