Home | History | Annotate | Download | only in DRIVER

Lines Matching refs:V1_0

27 using namespace android::hardware::nfc::V1_0;
31 class Vts_android_hardware_nfc_V1_0_INfc : public ::android::hardware::nfc::V1_0::INfc, public DriverCallbackBase {
38 ::android::hardware::Return<::android::hardware::nfc::V1_0::NfcStatus> open(
39 const sp<::android::hardware::nfc::V1_0::INfcClientCallback>& arg0) override;
44 ::android::hardware::Return<::android::hardware::nfc::V1_0::NfcStatus> coreInitialized(
47 ::android::hardware::Return<::android::hardware::nfc::V1_0::NfcStatus> prediscover(
50 ::android::hardware::Return<::android::hardware::nfc::V1_0::NfcStatus> close(
53 ::android::hardware::Return<::android::hardware::nfc::V1_0::NfcStatus> controlGranted(
56 ::android::hardware::Return<::android::hardware::nfc::V1_0::NfcStatus> powerCycle(
64 sp<::android::hardware::nfc::V1_0::INfc> VtsFuzzerCreateVts_android_hardware_nfc_V1_0_INfc(const string& callback_socket_name);
70 explicit FuzzerExtended_android_hardware_nfc_V1_0_INfc(::android::hardware::nfc::V1_0::INfc* hw_binder_proxy) : DriverBase(HAL_HIDL), hw_binder_proxy_(hw_binder_proxy) {}
82 sp<::android::hardware::nfc::V1_0::INfc> hw_binder_proxy_;