Home
last modified time | relevance | path

Searched defs:UwbChip (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/uwb/aidl/default/src/
Duwb_chip.rs33 pub struct UwbChip { struct
39 impl UwbChip { argument
130 impl binder::Interface for UwbChip {} implementation
133 impl IUwbChipAsyncServer for UwbChip { implementation
/hardware/nxp/uwb/aidl/
Duwb_chip.cpp32 UwbChip::UwbChip(const std::string& name) : name_(name){}; in UwbChip() function in android::hardware::uwb::impl::UwbChip