Home
last modified time | relevance | path

Searched defs:session_type (Results 1 – 25 of 63) sorted by relevance

123

/aosp_15_r20/hardware/interfaces/bluetooth/audio/utils/aidl_session/
H A DBluetoothAudioSessionControl.h33 static bool IsSessionReady(const SessionType& session_type) { in IsSessionReady()
49 const SessionType& session_type, const PortStatusCallbacks& cbacks) { in RegisterControlResultCback()
63 static void UnregisterControlResultCback(const SessionType& session_type, in UnregisterControlResultCback()
77 const SessionType& session_type) { in GetAudioConfig()
114 static bool SuspendStream(const SessionType& session_type) { in SuspendStream()
123 static void StopStream(const SessionType& session_type) { in StopStream()
132 const SessionType& session_type, in GetPresentationPosition()
143 const SessionType& session_type, in UpdateSourceMetadata()
152 static void UpdateSinkMetadata(const SessionType& session_type, in UpdateSinkMetadata()
161 static bool UpdateSourceMetadata(const SessionType& session_type, in UpdateSourceMetadata()
[all …]
H A DHidlToAidlMiddleware.cpp493 const SessionType_2_0& session_type) { in IsSessionReady()
499 const SessionType_2_0& session_type, in RegisterControlResultCback()
543 const SessionType_2_0& session_type, uint16_t cookie) { in UnregisterControlResultCback()
556 const SessionType_2_0& session_type) { in GetAudioConfig()
562 const SessionType_2_0& session_type) { in StartStream()
567 void HidlToAidlMiddleware_2_0::StopStream(const SessionType_2_0& session_type) { in StopStream()
573 const SessionType_2_0& session_type) { in SuspendStream()
579 const SessionType_2_0& session_type, uint64_t* remote_delay_report_ns, in GetPresentationPosition()
598 const SessionType_2_0& session_type, in UpdateTracksMetadata()
605 const SessionType_2_0& session_type, const void* buffer, size_t bytes) { in OutWritePcmData()
[all …]
H A DBluetoothAudioSessionReport.h34 const SessionType& session_type, in OnSessionStarted()
50 static void OnSessionEnded(const SessionType& session_type) { in OnSessionEnded()
62 static void ReportControlStatus(const SessionType& session_type, in ReportControlStatus()
75 static void ReportAudioConfigChanged(const SessionType& session_type, in ReportAudioConfigChanged()
88 const SessionType& session_type, bool allowed) { in ReportLowLatencyModeAllowedChanged()
H A DBluetoothAudioCodecs.cpp277 const SessionType& session_type) { in GetA2dpOffloadCodecCapabilities()
347 const SessionType& session_type, const CodecConfiguration& codec_config) { in IsOffloadCodecConfigurationValid()
399 const SessionType& session_type) { in GetLeAudioOffloadCodecCapabilities()
420 const SessionType& session_type) { in GetLeAudioOffloadCodecInfo()
H A DBluetoothAudioSession.h61 inline uint16_t ObserversCookieGetInitValue(SessionType session_type) { in ObserversCookieGetInitValue()
64 inline uint16_t ObserversCookieGetUpperBound(SessionType session_type) { in ObserversCookieGetUpperBound()
/aosp_15_r20/hardware/interfaces/bluetooth/audio/utils/session/
H A DBluetoothAudioSessionControl_2_1.h34 static bool IsSessionReady(const SessionType_2_1& session_type) { in IsSessionReady()
47 const SessionType_2_1& session_type, const PortStatusCallbacks& cbacks) { in RegisterControlResultCback()
59 static void UnregisterControlResultCback(const SessionType_2_1& session_type, in UnregisterControlResultCback()
71 const SessionType_2_1& session_type) { in GetAudioConfig()
86 static bool StartStream(const SessionType_2_1& session_type) { in StartStream()
95 static bool SuspendStream(const SessionType_2_1& session_type) { in SuspendStream()
104 static void StopStream(const SessionType_2_1& session_type) { in StopStream()
112 static bool GetPresentationPosition(const SessionType_2_1& session_type, in GetPresentationPosition()
126 const SessionType_2_1& session_type, in UpdateTracksMetadata()
136 static size_t OutWritePcmData(const SessionType_2_1& session_type, in OutWritePcmData()
[all …]
H A DBluetoothAudioSessionControl.h29 static bool IsSessionReady(const SessionType& session_type) { in IsSessionReady()
42 const SessionType& session_type, const PortStatusCallbacks& cbacks) { in RegisterControlResultCback()
54 static void UnregisterControlResultCback(const SessionType& session_type, in UnregisterControlResultCback()
66 const SessionType& session_type) { in GetAudioConfig()
80 static bool StartStream(const SessionType& session_type) { in StartStream()
89 static bool SuspendStream(const SessionType& session_type) { in SuspendStream()
98 static void StopStream(const SessionType& session_type) { in StopStream()
106 static bool GetPresentationPosition(const SessionType& session_type, in GetPresentationPosition()
120 const SessionType& session_type, in UpdateTracksMetadata()
130 static size_t OutWritePcmData(const SessionType& session_type, in OutWritePcmData()
H A DBluetoothAudioSupportedCodecsDB_2_1.cpp39 bool is_2_0_session_type( in is_2_0_session_type()
71 std::vector<CodecCapabilities> GetOffloadCodecCapabilities( in GetOffloadCodecCapabilities()
112 bool IsOffloadCodecConfigurationValid( in IsOffloadCodecConfigurationValid()
125 bool IsOffloadLeAudioConfigurationValid( in IsOffloadLeAudioConfigurationValid()
H A DBluetoothAudioSession_2_1.cpp43 bool is_2_0_session_type( in is_2_0_session_type()
55 bool is_unsupported_2_1_session_type( in is_unsupported_2_1_session_type()
69 BluetoothAudioSession_2_1::BluetoothAudioSession_2_1( in BluetoothAudioSession_2_1()
213 const SessionType_2_1& session_type) { in GetSessionInstance()
H A DBluetoothAudioSessionReport.h29 static void OnSessionStarted(const SessionType& session_type, in OnSessionStarted()
41 static void OnSessionEnded(const SessionType& session_type) { in OnSessionEnded()
50 static void ReportControlStatus(const SessionType& session_type, in ReportControlStatus()
H A DBluetoothAudioSessionReport_2_1.h29 static void OnSessionStarted( in OnSessionStarted()
44 static void OnSessionEnded( in OnSessionEnded()
55 static void ReportControlStatus( in ReportControlStatus()
H A DBluetoothAudioSession.h54 inline uint16_t ObserversCookieGetInitValue(SessionType session_type) { in ObserversCookieGetInitValue()
57 inline uint16_t ObserversCookieGetUpperBound(SessionType session_type) { in ObserversCookieGetUpperBound()
H A DBluetoothAudioSupportedCodecsDB.cpp304 const SessionType& session_type) { in GetOffloadCodecCapabilities()
368 bool IsOffloadCodecConfigurationValid(const SessionType& session_type, in IsOffloadCodecConfigurationValid()
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/session/
H A Dsession_manager.rs618 let session_type = SessionType::FiraRangingSession; in test_init_deinit_session() localVariable
701 let session_type = SessionType::FiraRangingSession; in test_init_session_timeout() localVariable
720 let session_type = SessionType::FiraRangingSession; in test_start_stop_ranging() localVariable
767 let session_type = SessionType::Ccc; in test_ccc_start_ranging() localVariable
823 let session_type = SessionType::FiraRangingSession; in test_update_controller_multicast_list() localVariable
884 let session_type = SessionType::Ccc; in test_ccc_update_controller_multicast_list() localVariable
924 let session_type = SessionType::FiraRangingSession; in test_update_controller_multicast_list_without_notification() localVariable
975 let session_type = SessionType::FiraRangingSession; in test_receive_session_range_data() localVariable
1034 let session_type = SessionType::FiraRangingSession; in test_reconfigure_app_config() localVariable
1131 let session_type = SessionType::FiraRangingSession; in test_session_params() localVariable
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/default/
H A DBluetoothAudioProviderFactory.cpp48 const SessionType session_type, in openProvider()
116 const SessionType session_type, in getProviderCapabilities()
158 SessionType session_type, std::optional<ProviderInfo>* _aidl_return) { in getProviderInfo()
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software.cc621 hidl::SessionType_2_1 session_type = hidl::SessionType_2_1::LE_AUDIO_SOFTWARE_ENCODING_DATAPATH; in GetSink() local
639 aidl::SessionType session_type = in GetSink() local
732 hidl::SessionType_2_1 session_type = hidl::SessionType_2_1::LE_AUDIO_SOFTWARE_DECODED_DATAPATH; in GetSource() local
754 aidl::SessionType session_type = aidl::SessionType::LE_AUDIO_SOFTWARE_DECODING_DATAPATH; in GetSource() local
/aosp_15_r20/packages/modules/Uwb/ranging/tests/multidevices/lib/
Dparams.py37 session_type: RangingSessionType = RangingSessionType.RAW variable in RawInitiatorRangingParams
43 session_type: RangingSessionType = RangingSessionType.RAW variable in RawResponderRangingParams
/aosp_15_r20/hardware/interfaces/bluetooth/audio/2.1/vts/functional/
H A DVtsHalBluetoothAudioV2_1TargetTest.cpp157 void GetProviderCapabilitiesHelper(const SessionType& session_type) { in GetProviderCapabilitiesHelper()
219 const android::hardware::bluetooth::audio::V2_1::SessionType& in GetProviderCapabilitiesHelper_2_1()
245 void OpenProviderHelper(const SessionType& session_type) { in OpenProviderHelper()
273 const android::hardware::bluetooth::audio::V2_1::SessionType& in OpenProviderHelper_2_1()
378 for (auto session_type : session_types_) { in TEST_P() local
/aosp_15_r20/frameworks/proto_logging/stats/atoms/ike/
H A Dike_extension_atoms.proto46 optional android.stats.ike.SessionType session_type = 2; field
90 optional android.stats.ike.SessionType session_type = 2; field
/aosp_15_r20/external/rust/pica/src/
Dsession.rs38 pub session_type: SessionType, field
113 pub fn session_type(&self) -> SessionType { in session_type() method
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Dle_audio_software_aidl.cc325 inline bool is_broadcaster_session(SessionType session_type) { in is_broadcaster_session()
334 LeAudioSinkTransport::LeAudioSinkTransport(SessionType session_type, StreamCallbacks stream_cb) in LeAudioSinkTransport()
423 LeAudioSourceTransport::LeAudioSourceTransport(SessionType session_type, StreamCallbacks stream_cb) in LeAudioSourceTransport()
Dhfp_client_interface_aidl.cc227 HfpDecodingTransport::HfpDecodingTransport(SessionType session_type) in HfpDecodingTransport()
282 HfpEncodingTransport::HfpEncodingTransport(SessionType session_type) in HfpEncodingTransport()
/aosp_15_r20/hardware/interfaces/bluetooth/audio/aidl/vts/
H A DVtsHalBluetoothAudioTargetTest.cpp256 void GetProviderInfoHelper(const SessionType& session_type) { in GetProviderInfoHelper()
262 void GetProviderCapabilitiesHelper(const SessionType& session_type) { in GetProviderCapabilitiesHelper()
357 void OpenProviderHelper(const SessionType& session_type) { in OpenProviderHelper()
708 for (auto session_type : kSessionTypes) { in TEST_P() local
718 for (auto session_type : kAndroidVSessionType) { in TEST_P() local
743 for (auto session_type : kInvalidSessionTypes) { in TEST_P() local
769 for (auto session_type : kA2dpSessionTypes) { in TEST_P() local
800 for (auto session_type : kLeAudioSessionTypes) { in TEST_P() local
869 for (auto session_type : kInvalidSessionTypes) { in TEST_P() local
1013 for (auto session_type : kInvalidSessionTypes) { in TEST_P() local
/aosp_15_r20/external/wpa_supplicant_8/src/fst/
H A Dfst_defs.h16 enum session_type { enum
24 #define SESSION_CONTROL(session_type, switch_intent) \ argument
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Dclient_interface_aidl.cc69 SessionType session_type) { in GetAudioCapabilities()
92 SessionType session_type, in GetProviderInfo()

123