Home
last modified time | relevance | path

Searched refs:SessionNotification (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Uwb/service/uci/jni/src/
Dnotification_manager_android.rs35 CoreNotification, DataRcvNotification, RangingMeasurements, SessionNotification,
1010 session_notification: SessionNotification, in on_session_notification() argument
1017 SessionNotification::Status { session_token, session_state, reason_code } => { in on_session_notification()
1020 SessionNotification::UpdateControllerMulticastList { in on_session_notification()
1030 SessionNotification::SessionInfo(range_data) => { in on_session_notification()
1052 SessionNotification::DataTransferStatus { in on_session_notification()
1063 SessionNotification::DataCredit { session_token, credit_availability } => { in on_session_notification()
Duci_jni_android_new.rs1107 use uwb_core::uci::{CoreNotification, DataRcvNotification, SessionNotification};
1116 _session_notification: SessionNotification, in on_session_notification() argument
/packages/modules/Uwb/service/java/com/android/server/uwb/jni/
DINativeUwbManager.java29 interface SessionNotification { interface
DNativeUwbManager.java45 protected INativeUwbManager.SessionNotification mSessionListener;
68 public void setSessionListener(INativeUwbManager.SessionNotification sessionListener) { in setSessionListener()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java125 public class UwbSessionManager implements INativeUwbManager.SessionNotification,