Searched refs:software_hal_interface (Results 1 – 1 of 1) sorted by relevance
193 BluetoothAudioClientInterface* software_hal_interface = nullptr; variable347 software_hal_interface = new bluetooth::audio::BluetoothAudioClientInterface( in init()349 if (!software_hal_interface->IsValid()) { in init()351 delete software_hal_interface; in init()352 software_hal_interface = nullptr; in init()369 software_hal_interface->GetTransportInstance()); in init()370 delete software_hal_interface; in init()371 software_hal_interface = nullptr; in init()379 : software_hal_interface); in init()401 a2dp_sink = software_hal_interface->GetTransportInstance(); in cleanup()[all …]