Searched defs:session_type (Results 1 – 6 of 6) sorted by relevance
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()
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()
54 inline uint16_t ObserversCookieGetInitValue(SessionType session_type) { in ObserversCookieGetInitValue()57 inline uint16_t ObserversCookieGetUpperBound(SessionType session_type) { in ObserversCookieGetUpperBound()
304 const SessionType& session_type) { in GetOffloadCodecCapabilities()368 bool IsOffloadCodecConfigurationValid(const SessionType& session_type, in IsOffloadCodecConfigurationValid()
53 BluetoothAudioSession::BluetoothAudioSession(const SessionType& session_type) in BluetoothAudioSession()411 const SessionType& session_type) { in GetSessionInstance()
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