Searched refs:IUwbChip (Results 1 – 11 of 11) sorted by relevance
1 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
2 IUwbChip::IUwbChipAsyncServer, IUwbClientCallback::IUwbClientCallback, UwbEvent::UwbEvent,
21 import android.hardware.uwb.IUwbChip;39 IUwbChip getChip(String name); in getChip()
28 interface IUwbChip { interface
31 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()
40 android.hardware.uwb.IUwbChip getChip(String name); in getChip()
38 interface IUwbChip { interface
39 ::ndk::ScopedAStatus getChip(const std::string& name, std::shared_ptr<IUwbChip>* chip) override;
43 ::ndk::ScopedAStatus Uwb::getChip(const std::string& name, std::shared_ptr<IUwbChip>* chip) { in getChip()