Home
last modified time | relevance | path

Searched refs:preDiscover (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/nfc/aidl/aidl_api/android.hardware.nfc/1/android/hardware/nfc/
DINfc.aidl43 void preDiscover(); in preDiscover() method
/hardware/interfaces/nfc/aidl/aidl_api/android.hardware.nfc/current/android/hardware/nfc/
DINfc.aidl43 void preDiscover(); in preDiscover() method
/hardware/interfaces/nfc/aidl/android/hardware/nfc/
DINfc.aidl112 void preDiscover(); in preDiscover() method
/hardware/nxp/nfc/snxxx/aidl/
DNfc.h58 ::ndk::ScopedAStatus preDiscover() override;
DNfc.cpp139 ::ndk::ScopedAStatus Nfc::preDiscover() { in preDiscover() function in aidl::android::hardware::nfc::Nfc
/hardware/st/nfc/aidl/
DNfc.h47 ::ndk::ScopedAStatus preDiscover() override;
DNfc.cpp151 ::ndk::ScopedAStatus Nfc::preDiscover() { in preDiscover() function in aidl::android::hardware::nfc::Nfc
/hardware/interfaces/nfc/aidl/vts/functional/
DVtsAidlHalNfcTargetTest.cpp398 EXPECT_TRUE(!(infc_->preDiscover().isOk())); in TEST_P()