Home
last modified time | relevance | path

Searched defs:sessionType (Results 1 – 21 of 21) sorted by relevance

/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dtransport_instance.h39 IBluetoothTransportInstance(SessionType sessionType, in IBluetoothTransportInstance()
101 IBluetoothSinkTransportInstance(SessionType sessionType, in IBluetoothSinkTransportInstance()
114 IBluetoothSourceTransportInstance(SessionType sessionType, in IBluetoothSourceTransportInstance()
Da2dp_encoding_aidl.cc59 A2dpTransport::A2dpTransport(SessionType sessionType) in A2dpTransport()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl.h98 IBluetoothTransportInstance(SessionType sessionType, in IBluetoothTransportInstance()
155 IBluetoothSinkTransportInstance(SessionType sessionType, in IBluetoothSinkTransportInstance()
169 IBluetoothSourceTransportInstance(SessionType sessionType, in IBluetoothSourceTransportInstance()
Da2dp_encoding_hidl.cc58 A2dpTransport(SessionType sessionType) in A2dpTransport()
/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/
DImsMediaManager.java75 @NonNull final @ImsMediaSession.SessionType int sessionType, in openSession()
83 ParcelFileDescriptor.fromDatagramSocket(rtcpSocket), sessionType, in openSession() local
DIImsMedia.aidl32 int sessionType, in openSession()
/packages/modules/Connectivity/framework/src/android/net/
DQosSession.java88 public QosSession(final int sessionId, @QosSessionType final int sessionType) { in QosSession()
/packages/modules/Uwb/indev_uwb_adaptation/java/com/android/server/uwb/indev/
DUwbServiceCore.java152 public boolean initSession(int sessionId, byte sessionType, Params appConfigParams) { in initSession()
252 private native boolean nativeInitSession(int sessionId, byte sessionType, in nativeInitSession()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/
DImsMediaController.java58 final int sessionType, final RtpConfig rtpConfig, final IBinder callback) { in openSession()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbConfigurationManagerTest.java147 int sessionType = SESSION_TYPE_RANGING; in getFiraParams() local
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DExerciseSessionType.java358 public static boolean isKnownSessionType(int sessionType) { in isKnownSessionType()
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/validation/
DExerciseSessionTypesValidation.java282 int sessionType, List<ExerciseSegment> segments) { in validateSessionAndSegmentsTypes()
/packages/modules/Uwb/service/java/com/android/server/uwb/jni/
DNativeUwbManager.java183 public byte initSession(int sessionId, byte sessionType, String chipId) { in initSession()
468 private native byte nativeSessionInit(int sessionId, byte sessionType, String chipId); in nativeSessionInit()
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/
DExerciseSessionRecordTest.java598 private ExerciseSessionRecord buildRecordWithOneSegment(int sessionType, int segmentType) { in buildRecordWithOneSegment()
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_client_interface_fuzzer.cpp373 SessionType sessionType; in process() local
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/
DCccOpenRangingParams.java78 @SessionType int sessionType, in CccOpenRangingParams()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java505 SessionHandle sessionHandle, int sessionId, byte sessionType, String protocolName, in initSession()
610 int sessionId, byte sessionType, String protocolName, Params params, in createUwbSession()
1821 byte sessionType, String protocolName, Params params, in UwbSession()
DUwbServiceCore.java465 int sessionType = 0; in openRanging() local
/packages/modules/Uwb/service/support_lib/test/
DFiraTests.java83 int sessionType = SESSION_TYPE_RANGING; in testOpenSessionParams() local
225 assertEquals(params.getSessionType(), sessionType); in testOpenSessionParams() local
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java247 @SessionType int sessionType, in FiraOpenSessionParams()
1395 public FiraOpenSessionParams.Builder setSessionType(@SessionType int sessionType) { in setSessionType()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java1259 IkeException exception, String apnName, int token, int sessionType) { in onSessionClosedWithException()