Home
last modified time | relevance | path

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

/aosp12/system/bt/audio_hal_interface/
H A Da2dp_encoding.cc358 software_hal_interface = in init()
360 if (!software_hal_interface->IsValid()) { in init()
362 delete software_hal_interface; in init()
363 software_hal_interface = nullptr; in init()
379 software_hal_interface->GetTransportInstance()); in init()
380 delete software_hal_interface; in init()
381 software_hal_interface = nullptr; in init()
411 a2dp_sink = software_hal_interface->GetTransportInstance(); in cleanup()
412 delete software_hal_interface; in cleanup()
413 software_hal_interface = nullptr; in cleanup()
[all …]