Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/audio/utils/aidl_session/
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()
112 static bool SuspendStream(const SessionType& session_type) { in SuspendStream()
121 static void StopStream(const SessionType& session_type) { in StopStream()
130 const SessionType& session_type, in GetPresentationPosition()
141 const SessionType& session_type, in UpdateSourceMetadata()
150 static void UpdateSinkMetadata(const SessionType& session_type, in UpdateSinkMetadata()
159 static bool UpdateSourceMetadata(const SessionType& session_type, in UpdateSourceMetadata()
[all …]
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()
DHidlToAidlMiddleware.cpp489 const SessionType_2_0& session_type) { in IsSessionReady()
495 const SessionType_2_0& session_type, in RegisterControlResultCback()
539 const SessionType_2_0& session_type, uint16_t cookie) { in UnregisterControlResultCback()
552 const SessionType_2_0& session_type) { in GetAudioConfig()
558 const SessionType_2_0& session_type) { in StartStream()
563 void HidlToAidlMiddleware_2_0::StopStream(const SessionType_2_0& session_type) { in StopStream()
569 const SessionType_2_0& session_type) { in SuspendStream()
575 const SessionType_2_0& session_type, uint64_t* remote_delay_report_ns, in GetPresentationPosition()
594 const SessionType_2_0& session_type, in UpdateTracksMetadata()
601 const SessionType_2_0& session_type, const void* buffer, size_t bytes) { in OutWritePcmData()
[all …]
DBluetoothAudioSession.h61 inline uint16_t ObserversCookieGetInitValue(SessionType session_type) { in ObserversCookieGetInitValue()
64 inline uint16_t ObserversCookieGetUpperBound(SessionType session_type) { in ObserversCookieGetUpperBound()
DBluetoothAudioCodecs.cpp323 const SessionType& session_type) { in GetA2dpOffloadCodecCapabilities()
393 const SessionType& session_type, const CodecConfiguration& codec_config) { in IsOffloadCodecConfigurationValid()
445 const SessionType& session_type) { in GetLeAudioOffloadCodecCapabilities()
DBluetoothAudioSession.cpp39 BluetoothAudioSession::BluetoothAudioSession(const SessionType& session_type) in BluetoothAudioSession()
637 const SessionType& session_type) { in GetSessionInstance()
/hardware/interfaces/bluetooth/audio/utils/session/
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()
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 …]
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()
DBluetoothAudioSessionReport_2_1.h29 static void OnSessionStarted( in OnSessionStarted()
44 static void OnSessionEnded( in OnSessionEnded()
55 static void ReportControlStatus( in ReportControlStatus()
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()
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()
DBluetoothAudioSession.h54 inline uint16_t ObserversCookieGetInitValue(SessionType session_type) { in ObserversCookieGetInitValue()
57 inline uint16_t ObserversCookieGetUpperBound(SessionType session_type) { in ObserversCookieGetUpperBound()
DBluetoothAudioSupportedCodecsDB.cpp304 const SessionType& session_type) { in GetOffloadCodecCapabilities()
368 bool IsOffloadCodecConfigurationValid(const SessionType& session_type, in IsOffloadCodecConfigurationValid()
DBluetoothAudioSession.cpp59 BluetoothAudioSession::BluetoothAudioSession(const SessionType& session_type) in BluetoothAudioSession()
482 const SessionType& session_type) { in GetSessionInstance()
/hardware/interfaces/bluetooth/audio/aidl/default/
DBluetoothAudioProviderFactory.cpp40 const SessionType session_type, in openProvider()
97 const SessionType session_type, in getProviderCapabilities()
DA2dpOffloadAudioProvider.cpp43 bool A2dpOffloadAudioProvider::isValid(const SessionType& session_type) { in isValid()
DBluetoothAudioProvider.cpp31 SessionType session_type; member
/hardware/interfaces/bluetooth/audio/2.1/vts/functional/
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
/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
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
/hardware/interfaces/bluetooth/audio/aidl/vts/
DVtsHalBluetoothAudioTargetTest.cpp184 void GetProviderCapabilitiesHelper(const SessionType& session_type) { in GetProviderCapabilitiesHelper()
277 void OpenProviderHelper(const SessionType& session_type) { in OpenProviderHelper()
590 for (auto session_type : kSessionTypes) { in TEST_P() local