Home
last modified time | relevance | path

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

/hardware/nxp/uwb/aidl/
Duwb.cpp32 Uwb::Uwb() : chips_({{kDefaultChipName, ndk::SharedRefBase::make<UwbChip>(kDefaultChipName)}}) {} in Uwb() function in android::hardware::uwb::impl::Uwb
34 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()
Duwb.h33 class Uwb : public BnUwb {
35 Uwb();
36 virtual ~Uwb();
Dservice.cpp25 using ::android::hardware::uwb::impl::Uwb;
31 std::shared_ptr<IUwb> uwb = ndk::SharedRefBase::make<Uwb>(); in main()
DOWNERS2 include platform/packages/modules/Uwb:/OWNERS
/hardware/interfaces/uwb/aidl/default/src/
Duwb.rs9 pub struct Uwb { struct
13 impl Uwb { impl
33 impl binder::Interface for Uwb {} implementation
35 impl IUwb::IUwb for Uwb { implementation
Dservice.rs39 uwb::Uwb::from_chips(chips, rt.handle().clone()), in main()
/hardware/interfaces/uwb/
DOWNERS2 include platform/packages/modules/Uwb:/OWNERS
/hardware/google/aemu/host-common/include/host-common/
DFeatureControlDefGuest.h80 FEATURE_CONTROL_ITEM(Uwb, 101)
/hardware/interfaces/uwb/aidl/vts/
DVtsHalUwbTargetTest.cpp214 INSTANTIATE_TEST_SUITE_P(Uwb, UwbAidl,