Home
last modified time | relevance | path

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

/aosp12/system/bt/audio_bluetooth_hw/
H A Ddevice_port_proxy.h106 bool init_session_type(audio_devices_t device);
H A Ddevice_port_proxy.cc122 if (!init_session_type(devices)) return false; in SetUp()
161 bool BluetoothAudioPort::init_session_type(audio_devices_t device) { in init_session_type() function in android::bluetooth::audio::BluetoothAudioPort