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.java590 public void onQosFilterCallbackRegistered(final int qosCallbackId, in onQosFilterCallbackRegistered()
603 public void onQosCallbackUnregistered(final int qosCallbackId) { in onQosCallbackUnregistered()
688 public void sendEpsQosSessionAvailable(final int qosCallbackId, final QosSession session, in sendEpsQosSessionAvailable()
694 public void sendNrQosSessionAvailable(final int qosCallbackId, final QosSession session, in sendNrQosSessionAvailable()
700 public void sendQosSessionLost(final int qosCallbackId, final QosSession session) { in sendQosSessionLost()
705 public void sendQosCallbackError(final int qosCallbackId, in sendQosCallbackError()
/packages/modules/Connectivity/tests/integration/util/com/android/server/
DNetworkAgentWrapper.java190 public void onQosCallbackRegistered(final int qosCallbackId, in onQosCallbackRegistered()
198 public void onQosCallbackUnregistered(final int qosCallbackId) { in onQosCallbackUnregistered()
373 protected CallbackType(final int qosCallbackId) { in CallbackType()
379 OnQosCallbackRegister(final int qosCallbackId, final QosFilter filter) { in OnQosCallbackRegister()
400 OnQosCallbackUnregister(final int qosCallbackId) { in OnQosCallbackUnregister()
/packages/modules/Connectivity/framework/src/android/net/
DINetworkAgent.aidl47 void onQosFilterCallbackRegistered(int qosCallbackId, in QosFilterParcelable filterParcel); in onQosFilterCallbackRegistered()
48 void onQosCallbackUnregistered(int qosCallbackId); in onQosCallbackUnregistered()
DINetworkAgentRegistry.aidl43 void sendQosSessionLost(int qosCallbackId, in QosSession session); in sendQosSessionLost()
44 void sendQosCallbackError(int qosCallbackId, int exceptionType); in sendQosCallbackError()
DNetworkAgent.java822 public void onQosFilterCallbackRegistered(final int qosCallbackId, in onQosFilterCallbackRegistered()
835 public void onQosCallbackUnregistered(final int qosCallbackId) { in onQosCallbackUnregistered()
1378 public void onQosCallbackRegistered(final int qosCallbackId, final @NonNull QosFilter filter) { in onQosCallbackRegistered()
1389 public void onQosCallbackUnregistered(final int qosCallbackId) { in onQosCallbackUnregistered()
1400 public final void sendQosSessionAvailable(final int qosCallbackId, final int sessionId, in sendQosSessionAvailable()
1421 public final void sendQosSessionLost(final int qosCallbackId, in sendQosSessionLost()
1435 public final void sendQosCallbackError(final int qosCallbackId, in sendQosCallbackError()