Home
last modified time | relevance | path

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

/hardware/interfaces/nfc/aidl/aidl_api/android.hardware.nfc/1/android/hardware/nfc/
DINfc.aidl46 boolean isVerboseLoggingEnabled(); in isVerboseLoggingEnabled() method
/hardware/interfaces/nfc/aidl/aidl_api/android.hardware.nfc/current/android/hardware/nfc/
DINfc.aidl46 boolean isVerboseLoggingEnabled(); in isVerboseLoggingEnabled() method
/hardware/interfaces/nfc/aidl/android/hardware/nfc/
DINfc.aidl142 boolean isVerboseLoggingEnabled(); in isVerboseLoggingEnabled() method
/hardware/nxp/nfc/snxxx/aidl/
DNfc.h62 ::ndk::ScopedAStatus isVerboseLoggingEnabled(bool* _aidl_return) override;
DNfc.cpp170 ::ndk::ScopedAStatus Nfc::isVerboseLoggingEnabled(bool* _aidl_return) { in isVerboseLoggingEnabled() function in aidl::android::hardware::nfc::Nfc
/hardware/st/nfc/aidl/
DNfc.h51 ::ndk::ScopedAStatus isVerboseLoggingEnabled(bool* _aidl_return) override;
DNfc.cpp180 ::ndk::ScopedAStatus Nfc::isVerboseLoggingEnabled(bool* _aidl_return) { in isVerboseLoggingEnabled() function in aidl::android::hardware::nfc::Nfc
/hardware/interfaces/nfc/aidl/vts/functional/
DVtsAidlHalNfcTargetTest.cpp436 EXPECT_TRUE(infc_->isVerboseLoggingEnabled(&enabled).isOk()); in TEST_P()
439 EXPECT_TRUE(infc_->isVerboseLoggingEnabled(&enabled).isOk()); in TEST_P()