Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/topshim/csis/
Dcsis_shim.cc138 auto csis_if = std::make_unique<CsisClientIntf>( in GetCsisClientProfile() local
142 internal::g_csis_if = csis_if.get(); in GetCsisClientProfile()
144 return csis_if; in GetCsisClientProfile()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dcsis.rs146 let csis_if: cxx::UniquePtr<ffi::CsisClientIntf>; in new() localVariable
149 csis_if = unsafe { ffi::GetCsisClientProfile(intf.as_raw_ptr()) }; in new()
151 CsisClient { internal: csis_if, is_init: false, is_enabled: false } in new()