Home
last modified time | relevance | path

Searched refs:sessionType (Results 1 – 2 of 2) sorted by relevance

/system/bt/audio_hal_interface/
Dclient_interface.h81 IBluetoothTransportInstance(SessionType sessionType, in IBluetoothTransportInstance() argument
83 : session_type_(sessionType), audio_config_(std::move(audioConfig)){}; in IBluetoothTransportInstance()
Da2dp_encoding.cc62 A2dpTransport(SessionType sessionType) in A2dpTransport() argument
63 : IBluetoothTransportInstance(sessionType, {}), in A2dpTransport()