Home
last modified time | relevance | path

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

/aosp12/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 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 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()
H A DBluetoothAudioSession_2_1.cpp38 bool is_2_0_session_type( in is_2_0_session_type()
51 BluetoothAudioSession_2_1::BluetoothAudioSession_2_1( in BluetoothAudioSession_2_1()
191 const SessionType_2_1& session_type) { in GetSessionInstance()
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()
H A DBluetoothAudioSession.cpp56 BluetoothAudioSession::BluetoothAudioSession(const SessionType& session_type) in BluetoothAudioSession()
449 const SessionType& session_type) { in GetSessionInstance()
/aosp12/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
/aosp12/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
H A DVtsHalBluetoothAudioV2_0TargetTest.cpp154 void GetProviderCapabilitiesHelper(const SessionType& session_type) { in GetProviderCapabilitiesHelper()
218 void OpenProviderHelper(const SessionType& session_type) { in OpenProviderHelper()
291 for (auto session_type : session_types_) { in TEST_P() local
/aosp12/system/bt/audio_hal_interface/
H A Dclient_interface_unittest.cc137 TestSinkTransport(SessionType session_type) in TestSinkTransport()
175 TestSourceTransport(SessionType session_type) in TestSourceTransport()
H A Dclient_interface.cc222 BluetoothAudioClientInterface::GetAudioCapabilities(SessionType session_type) { in GetAudioCapabilities()