/packages/modules/Bluetooth/system/audio_hal_interface/aidl/ |
D | provider_info.cc | 44 bluetooth::audio::aidl::ProviderInfo::GetProviderInfo(SessionType sessionType) { in GetProviderInfo() argument 46 BluetoothAudioClientInterface::GetProviderInfo(sessionType); in GetProviderInfo() 53 return std::make_unique<ProviderInfo>(sessionType, std::move(codecInfos)); in GetProviderInfo() 56 ProviderInfo::ProviderInfo(SessionType sessionType, in ProviderInfo() argument 65 if (sessionType == SessionType::HFP_HARDWARE_OFFLOAD_DATAPATH || in ProviderInfo() 66 sessionType == SessionType::HFP_SOFTWARE_ENCODING_DATAPATH || in ProviderInfo() 67 sessionType == SessionType::HFP_SOFTWARE_DECODING_DATAPATH) { in ProviderInfo()
|
D | transport_instance.h | 39 IBluetoothTransportInstance(SessionType sessionType, in IBluetoothTransportInstance() argument 41 : session_type_(sessionType), audio_config_(std::move(audioConfig)){}; in IBluetoothTransportInstance() 110 IBluetoothSinkTransportInstance(SessionType sessionType, in IBluetoothSinkTransportInstance() argument 112 : IBluetoothTransportInstance{sessionType, audioConfig} {} in IBluetoothSinkTransportInstance() 123 IBluetoothSourceTransportInstance(SessionType sessionType, in IBluetoothSourceTransportInstance() argument 125 : IBluetoothTransportInstance{sessionType, audioConfig} {} in IBluetoothSourceTransportInstance()
|
D | hfp_client_interface_aidl.h | 76 SessionType sessionType); 86 HfpDecodingTransport(SessionType sessionType); 129 HfpEncodingTransport(SessionType sessionType);
|
D | provider_info.h | 33 static std::unique_ptr<ProviderInfo> GetProviderInfo(SessionType sessionType); 35 ProviderInfo(SessionType sessionType, std::vector<CodecInfo> codecs);
|
D | hfp_client_interface_aidl.cc | 68 SessionType sessionType) { in GetHfpScoConfig() argument 70 ::bluetooth::audio::aidl::ProviderInfo::GetProviderInfo(sessionType); in GetHfpScoConfig()
|
D | a2dp_transport.h | 36 A2dpTransport(SessionType sessionType);
|
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/ |
D | client_interface_hidl.h | 99 IBluetoothTransportInstance(SessionType sessionType, in IBluetoothTransportInstance() argument 101 : session_type_(sessionType), in IBluetoothTransportInstance() 156 IBluetoothSinkTransportInstance(SessionType sessionType, in IBluetoothSinkTransportInstance() argument 158 : IBluetoothTransportInstance{sessionType, audioConfig} {} in IBluetoothSinkTransportInstance() 170 IBluetoothSourceTransportInstance(SessionType sessionType, in IBluetoothSourceTransportInstance() argument 172 : IBluetoothTransportInstance{sessionType, audioConfig} {} in IBluetoothSourceTransportInstance()
|
D | a2dp_encoding_hidl.cc | 73 A2dpTransport(SessionType sessionType) in A2dpTransport() argument 74 : IBluetoothSinkTransportInstance(sessionType, (AudioConfiguration){}), in A2dpTransport()
|
/packages/modules/Uwb/indev_uwb_adaptation/java/com/android/server/uwb/indev/ |
D | UwbServiceCore.java | 152 public boolean initSession(int sessionId, byte sessionType, Params appConfigParams) { in initSession() argument 153 return nativeInitSession(sessionId, sessionType, appConfigParams); in initSession() 252 private native boolean nativeInitSession(int sessionId, byte sessionType, in nativeInitSession() argument
|
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/ |
D | ExerciseSessionType.java | 358 public static boolean isKnownSessionType(int sessionType) { in isKnownSessionType() argument 359 if (sessionType < 0) { in isKnownSessionType() 363 return VALID_TYPES.contains(sessionType); in isKnownSessionType()
|
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/validation/ |
D | ExerciseSessionTypesValidation.java | 282 int sessionType, List<ExerciseSegment> segments) { in validateSessionAndSegmentsTypes() argument 283 if (!isKnownSessionType(sessionType)) { in validateSessionAndSegmentsTypes() 284 Slog.w(TAG, "Unknown exercise session type: " + sessionType); in validateSessionAndSegmentsTypes() 298 if (!UNIVERSAL_SESSIONS.contains(sessionType)) { in validateSessionAndSegmentsTypes() 303 if (!(SESSION_TO_SEGMENT_MAPPING.containsKey(sessionType) in validateSessionAndSegmentsTypes() 304 && SESSION_TO_SEGMENT_MAPPING.get(sessionType).contains(segmentType))) { in validateSessionAndSegmentsTypes()
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | QosSession.java | 91 public QosSession(final int sessionId, @QosSessionType final int sessionType) { in QosSession() argument 94 mSessionType = sessionType; in QosSession()
|
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/ |
D | libbt_audio_hal_client_interface_fuzzer.cpp | 373 SessionType sessionType; in process() local 382 sessionType = mFdp->PickValueInArray(kSessionTypes); in process() 383 mTestSinkTransport = new TestSinkTransport(sessionType); in process() 384 mTestSourceTransport = new TestSourceTransport(sessionType); in process() 413 (sessionType == SessionType::A2DP_HARDWARE_OFFLOAD_DATAPATH)) { in process() 448 mClientIfSink->GetAudioCapabilities(sessionType); in process()
|
D | README.md | 14 3. Session Type (parameter name: `sessionType`) 37 | `sessionType` | 0.`SessionType::UNKNOWN` 1.`SessionType::A2DP_SOFTWARE_ENCODING_DATAPATH` 2.`Sess…
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/ |
D | ImsMediaController.java | 61 final int sessionType, final RtpConfig rtpConfig, final IBinder callback) { in openSession() argument 66 + ", type=" + sessionType + "," + Log.hidePii(String.valueOf(rtpConfig))); in openSession() 68 switch (sessionType) { in openSession()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/ |
D | UwbSessionManager.java | 622 SessionHandle sessionHandle, int sessionId, byte sessionType, String protocolName, in initSession() argument 626 + ", sessionType: " + sessionType); in initSession() 628 sessionType, protocolName, params, rangingCallbacks, chipId); in initSession() 731 int sessionId, byte sessionType, String protocolName, Params params, in createUwbSession() argument 733 return new UwbSession(attributionSource, sessionHandle, sessionId, sessionType, in createUwbSession() 1402 int sessionType = uwbSession.getSessionType(); in handleSetHybridSessionControllerConfiguration() local 1405 || (FiraParams.SESSION_TYPE_RANGING_ONLY_PHASE != sessionType in handleSetHybridSessionControllerConfiguration() 1406 && FiraParams.SESSION_TYPE_IN_BAND_DATA_PHASE != sessionType in handleSetHybridSessionControllerConfiguration() 1407 && FiraParams.SESSION_TYPE_RANGING_WITH_DATA_PHASE != sessionType)) { in handleSetHybridSessionControllerConfiguration() 1410 + scheduleMode + " sessionType: " + sessionType); in handleSetHybridSessionControllerConfiguration() [all …]
|
D | UwbServiceCore.java | 644 int sessionType = 0; in openRanging() local 671 sessionType = firaOpenSessionParams.getSessionType(); in openRanging() 673 (byte) sessionType, firaOpenSessionParams.getProtocolName(), in openRanging() 678 sessionType = cccOpenRangingParams.getSessionType(); in openRanging() 680 (byte) sessionType, cccOpenRangingParams.getProtocolName(), in openRanging() 686 sessionType = aliroOpenRangingParams.getSessionType(); in openRanging() 688 (byte) sessionType, aliroOpenRangingParams.getProtocolName(), in openRanging() 694 sessionType = radarOpenSessionParams.getSessionType(); in openRanging() 696 (byte) sessionType, radarOpenSessionParams.getProtocolName(), in openRanging()
|
/packages/modules/ImsMedia/framework/src/android/telephony/imsmedia/ |
D | ImsMediaManager.java | 75 @NonNull final @ImsMediaSession.SessionType int sessionType, in openSession() argument 83 ParcelFileDescriptor.fromDatagramSocket(rtcpSocket), sessionType, in openSession() local
|
D | IImsMedia.aidl | 32 int sessionType, in openSession() argument
|
/packages/modules/Uwb/service/java/com/android/server/uwb/jni/ |
D | NativeUwbManager.java | 203 public byte initSession(int sessionId, byte sessionType, String chipId) { in initSession() argument 205 return nativeSessionInit(sessionId, sessionType, chipId); in initSession() 578 private native byte nativeSessionInit(int sessionId, byte sessionType, String chipId); in nativeSessionInit() argument
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionTestBase.java | 250 protected void verifyMetricsLogged(int sessionType, int stateCode, int exceptionCode) { in verifyMetricsLogged() argument 253 IkeMetrics.IKE_CALLER_UNKNOWN, sessionType, stateCode, exceptionCode); in verifyMetricsLogged()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/ |
D | UwbConfigurationManagerTest.java | 205 int sessionType = SESSION_TYPE_RANGING; in getFiraParams() local 269 .setSessionType(sessionType) in getFiraParams()
|
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/radar/ |
D | RadarOpenSessionParams.java | 74 @SessionType int sessionType, in RadarOpenSessionParams() argument 90 mSessionType = sessionType; in RadarOpenSessionParams()
|
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/ |
D | CccOpenRangingParams.java | 112 @SessionType int sessionType, in CccOpenRangingParams() argument 135 mSessionType = sessionType; in CccOpenRangingParams()
|
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/aliro/ |
D | AliroOpenRangingParams.java | 112 @SessionType int sessionType, in AliroOpenRangingParams() argument 135 mSessionType = sessionType; in AliroOpenRangingParams()
|