Searched refs:qosCallbackId (Results 1 – 1 of 1) sorted by relevance
390 public void onQosCallbackRegistered(final int qosCallbackId, final @NonNull QosFilter filter) { in onQosCallbackRegistered() argument391 mQosCallbackExecutor.execute(() -> mQosCallbackTracker.addFilter(qosCallbackId, in onQosCallbackRegistered()408 public void onQosCallbackUnregistered(final int qosCallbackId) { in onQosCallbackUnregistered() argument409 mQosCallbackExecutor.execute(() -> mQosCallbackTracker.removeFilter(qosCallbackId)); in onQosCallbackUnregistered()416 public void notifyQosSessionAvailable(final int qosCallbackId, final int sessionId, in notifyQosSessionAvailable() argument418 super.sendQosSessionAvailable(qosCallbackId, sessionId, attributes); in notifyQosSessionAvailable()421 public void notifyQosSessionLost(final int qosCallbackId, in notifyQosSessionLost() argument423 super.sendQosSessionLost(qosCallbackId, sessionId, qosSessionType); in notifyQosSessionLost()