Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc270 auto a2dpif = std::make_unique<A2dpIntf>( in GetA2dpProfile() local
272 internal::g_a2dpif = a2dpif.get(); in GetA2dpProfile()
273 return a2dpif; in GetA2dpProfile()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs373 let a2dpif: cxx::UniquePtr<ffi::A2dpIntf>; in new() localVariable
375 a2dpif = ffi::GetA2dpProfile(intf.as_raw_ptr()); in new()
378 A2dp { internal: a2dpif, _is_init: false, _is_enabled: false } in new()