Home
last modified time | relevance | path

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

/system/bt/audio_hal_interface/
Dclient_interface.h80 IBluetoothTransportInstance(SessionType sessionType, in IBluetoothTransportInstance() argument
82 : session_type_(sessionType), audio_config_(std::move(audioConfig)){}; in IBluetoothTransportInstance()
Da2dp_encoding.cc53 A2dpTransport(SessionType sessionType) in A2dpTransport() argument
54 : IBluetoothTransportInstance(sessionType, {}), in A2dpTransport()