Searched defs:session_type (Results 1 – 13 of 13) sorted by relevance
/aosp12/hardware/interfaces/bluetooth/audio/utils/session/ |
H A D | BluetoothAudioSessionControl_2_1.h | 34 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 D | BluetoothAudioSessionControl.h | 29 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 D | BluetoothAudioSessionReport.h | 29 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 D | BluetoothAudioSessionReport_2_1.h | 29 static void OnSessionStarted( in OnSessionStarted() 44 static void OnSessionEnded( in OnSessionEnded() 55 static void ReportControlStatus( in ReportControlStatus()
|
H A D | BluetoothAudioSupportedCodecsDB_2_1.cpp | 39 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 D | BluetoothAudioSession_2_1.cpp | 38 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 D | BluetoothAudioSession.h | 54 inline uint16_t ObserversCookieGetInitValue(SessionType session_type) { in ObserversCookieGetInitValue() 57 inline uint16_t ObserversCookieGetUpperBound(SessionType session_type) { in ObserversCookieGetUpperBound()
|
H A D | BluetoothAudioSupportedCodecsDB.cpp | 304 const SessionType& session_type) { in GetOffloadCodecCapabilities() 368 bool IsOffloadCodecConfigurationValid(const SessionType& session_type, in IsOffloadCodecConfigurationValid()
|
H A D | BluetoothAudioSession.cpp | 56 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 D | VtsHalBluetoothAudioV2_1TargetTest.cpp | 157 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 D | VtsHalBluetoothAudioV2_0TargetTest.cpp | 154 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 D | client_interface_unittest.cc | 137 TestSinkTransport(SessionType session_type) in TestSinkTransport() 175 TestSourceTransport(SessionType session_type) in TestSourceTransport()
|
H A D | client_interface.cc | 222 BluetoothAudioClientInterface::GetAudioCapabilities(SessionType session_type) { in GetAudioCapabilities()
|