Home
last modified time | relevance | path

Searched defs:IUwbChip (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/current/android/hardware/uwb/
DIUwbChip.aidl38 interface IUwbChip { interface
/hardware/interfaces/uwb/aidl/android/hardware/uwb/
DIUwbChip.aidl28 interface IUwbChip { interface
/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/1/android/hardware/uwb/
DIUwbChip.aidl38 interface IUwbChip { interface
/hardware/interfaces/uwb/aidl/default/src/
Duwb.rs41 fn getChip(&self, name: &str) -> Result<Strong<dyn IUwbChip::IUwbChip>> { in getChip()