Home | History | Annotate | Download | only in 1.1

Lines Matching refs:V1_0

34 using ::android::hidl::base::V1_0::IBase;
45 // Methods from ::android::hardware::nfc::V1_0::INfc follow.
46 Return<V1_0::NfcStatus> open(
47 const sp<V1_0::INfcClientCallback>& clientCallback) override;
48 Return<V1_0::NfcStatus> open_1_1(
51 Return<V1_0::NfcStatus> coreInitialized(
53 Return<V1_0::NfcStatus> prediscover() override;
54 Return<V1_0::NfcStatus> close() override;
55 Return<V1_0::NfcStatus> controlGranted() override;
56 Return<V1_0::NfcStatus> powerCycle() override;
60 Return<V1_0::NfcStatus> closeForPowerOffCase();
63 // Methods from ::android::hidl::base::V1_0::IBase follow.
68 (V1_0::NfcStatus)status);
73 auto ret = mCallbackV1_0->sendEvent((V1_0::NfcEvent)event,
74 (V1_0::NfcStatus)status);
103 static sp<V1_0::INfcClientCallback> mCallbackV1_0;