Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38988daf authored by Ruchi Kandoi's avatar Ruchi Kandoi Committed by android-build-merger
Browse files

NFC: vts: Update VTS driver files as per HAL changes am: 891d843b am: ec521f34

am: 86989fdb

Change-Id: I38a72f5a48beca203b92f1a905308f7934437aa4
parents 924999fe 86989fdb
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@ interface: {
    api: {
        name: "open"
        return_type_hidl: {
            type: TYPE_SCALAR
            scalar_type: "int32_t"
            type: TYPE_ENUM
            predefined_type: "::android::hardware::nfc::V1_0::NfcStatus"
        }
        arg: {
            type: TYPE_HIDL_CALLBACK
@@ -35,7 +35,7 @@ interface: {
        name: "write"
        return_type_hidl: {
            type: TYPE_SCALAR
            scalar_type: "int32_t"
            scalar_type: "uint32_t"
        }
        arg: {
            type: TYPE_VECTOR
@@ -57,8 +57,8 @@ interface: {
    api: {
        name: "coreInitialized"
        return_type_hidl: {
            type: TYPE_SCALAR
            scalar_type: "int32_t"
            type: TYPE_ENUM
            predefined_type: "::android::hardware::nfc::V1_0::NfcStatus"
        }
        arg: {
            type: TYPE_VECTOR
@@ -77,8 +77,8 @@ interface: {
    api: {
        name: "prediscover"
        return_type_hidl: {
            type: TYPE_SCALAR
            scalar_type: "int32_t"
            type: TYPE_ENUM
            predefined_type: "::android::hardware::nfc::V1_0::NfcStatus"
        }
        callflow: {
            next: "write"
@@ -92,8 +92,8 @@ interface: {
    api: {
        name: "close"
        return_type_hidl: {
            type: TYPE_SCALAR
            scalar_type: "int32_t"
            type: TYPE_ENUM
            predefined_type: "::android::hardware::nfc::V1_0::NfcStatus"
        }
        callflow: {
            exit: true
@@ -103,8 +103,8 @@ interface: {
    api: {
        name: "controlGranted"
        return_type_hidl: {
            type: TYPE_SCALAR
            scalar_type: "int32_t"
            type: TYPE_ENUM
            predefined_type: "::android::hardware::nfc::V1_0::NfcStatus"
        }
        callflow: {
            next: "write"
@@ -118,8 +118,8 @@ interface: {
    api: {
        name: "powerCycle"
        return_type_hidl: {
            type: TYPE_SCALAR
            scalar_type: "int32_t"
            type: TYPE_ENUM
            predefined_type: "::android::hardware::nfc::V1_0::NfcStatus"
        }
        callflow: {
            next: "write"