Searched refs:getSupportedAndroidUciVersion (Results 1 – 7 of 7) sorted by relevance
44 int getSupportedAndroidUciVersion(); in getSupportedAndroidUciVersion() method
67 int getSupportedAndroidUciVersion(); in getSupportedAndroidUciVersion() method
44 ::ndk::ScopedAStatus getSupportedAndroidUciVersion(int32_t* version) override;
96 ::ndk::ScopedAStatus UwbChip::getSupportedAndroidUciVersion(int32_t* version) { in getSupportedAndroidUciVersion() function in android::hardware::uwb::impl::UwbChip
187 EXPECT_TRUE(iuwb_chip->getSupportedAndroidUciVersion(&version).isOk()); in TEST_P()
291 async fn getSupportedAndroidUciVersion(&self) -> Result<i32> { in getSupportedAndroidUciVersion() method