Home
last modified time | relevance | path

Searched refs:IUwbChip (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/uwb/aidl/default/src/
Duwb.rs1 use android_hardware_uwb::aidl::android::hardware::uwb::{IUwb, IUwbChip};
10 chips: Vec<Strong<dyn IUwbChip::IUwbChip>>,
22 IUwbChip::BnUwbChip::new_async_binder( in from_chips()
41 fn getChip(&self, name: &str) -> Result<Strong<dyn IUwbChip::IUwbChip>> { in getChip() argument
Duwb_chip.rs2 IUwbChip::IUwbChipAsyncServer, IUwbClientCallback::IUwbClientCallback, UwbEvent::UwbEvent,
/hardware/interfaces/uwb/aidl/android/hardware/uwb/
DIUwb.aidl21 import android.hardware.uwb.IUwbChip;
39 IUwbChip getChip(String name); in getChip()
DIUwbChip.aidl28 interface IUwbChip { interface
/hardware/interfaces/uwb/aidl/vts/
DVtsHalUwbTargetTest.cpp31 using aidl::android::hardware::uwb::IUwbChip;
92 std::shared_ptr<IUwbChip> getAnyChip() { in getAnyChip()
93 std::shared_ptr<IUwbChip> iuwb_chip; in getAnyChip()
100 std::shared_ptr<IUwbChip> getAnyChipAndOpen() { in getAnyChipAndOpen()
126 std::shared_ptr<IUwbChip> iuwb_chip; in TEST_P()
193 std::shared_ptr<IUwbChip> iuwb_chip; in TEST_P()
/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/1/android/hardware/uwb/
DIUwb.aidl40 android.hardware.uwb.IUwbChip getChip(String name); in getChip()
DIUwbChip.aidl38 interface IUwbChip { interface
/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/current/android/hardware/uwb/
DIUwb.aidl40 android.hardware.uwb.IUwbChip getChip(String name); in getChip()
DIUwbChip.aidl38 interface IUwbChip { interface
/hardware/nxp/uwb/aidl/
Duwb.h39 ::ndk::ScopedAStatus getChip(const std::string& name, std::shared_ptr<IUwbChip>* chip) override;
Duwb.cpp43 ::ndk::ScopedAStatus Uwb::getChip(const std::string& name, std::shared_ptr<IUwbChip>* chip) { in getChip()