Searched refs:Uwb (Results 1 – 9 of 9) sorted by relevance
32 Uwb::Uwb() : chips_({{kDefaultChipName, ndk::SharedRefBase::make<UwbChip>(kDefaultChipName)}}) {} in Uwb() function in android::hardware::uwb::impl::Uwb34 Uwb::~Uwb() {} in ~Uwb()36 ::ndk::ScopedAStatus Uwb::getChips(std::vector<std::string>* names) { in getChips()43 ::ndk::ScopedAStatus Uwb::getChip(const std::string& name, std::shared_ptr<IUwbChip>* chip) { in getChip()
33 class Uwb : public BnUwb {35 Uwb();36 virtual ~Uwb();
25 using ::android::hardware::uwb::impl::Uwb;31 std::shared_ptr<IUwb> uwb = ndk::SharedRefBase::make<Uwb>(); in main()
2 include platform/packages/modules/Uwb:/OWNERS
9 pub struct Uwb { struct13 impl Uwb { impl33 impl binder::Interface for Uwb {} implementation35 impl IUwb::IUwb for Uwb { implementation
39 uwb::Uwb::from_chips(chips, rt.handle().clone()), in main()
80 FEATURE_CONTROL_ITEM(Uwb, 101)
214 INSTANTIATE_TEST_SUITE_P(Uwb, UwbAidl,