diff options
author | Steven Moreland <smoreland@google.com> | 2016-10-04 17:10:17 +0000 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2016-10-05 15:46:21 +0000 |
commit | 106bc9d27a271b316ce3b4237d59a908c23a4ec0 (patch) | |
tree | 618a2b8b3933c1d13444c593911c364c347c2563 /nfc/1.0/INfcClientCallback.hal | |
parent | 61db8544658dd5d7afdf3f16e505490bfba0b104 (diff) | |
download | platform_hardware_interfaces-106bc9d27a271b316ce3b4237d59a908c23a4ec0.tar.gz platform_hardware_interfaces-106bc9d27a271b316ce3b4237d59a908c23a4ec0.tar.bz2 platform_hardware_interfaces-106bc9d27a271b316ce3b4237d59a908c23a4ec0.zip |
Revert "Revert "nfc: reflect style guide.""
This reverts commit 69bb15e06eea6a0e437d388273c4810682393162.
Change-Id: Icd6ac819606c83e1518c4b6252f6416f55e618fd
Diffstat (limited to 'nfc/1.0/INfcClientCallback.hal')
-rw-r--r-- | nfc/1.0/INfcClientCallback.hal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nfc/1.0/INfcClientCallback.hal b/nfc/1.0/INfcClientCallback.hal index f10062ef1e..a56cc0998c 100644 --- a/nfc/1.0/INfcClientCallback.hal +++ b/nfc/1.0/INfcClientCallback.hal @@ -21,11 +21,11 @@ interface INfcClientCallback { * The callback passed in from the NFC stack that the HAL * can use to pass events back to the stack. */ - sendEvent(nfc_event_t event, nfc_status_t event_status); + sendEvent(NfcEvent event, NfcStatus status); /* * The callback passed in from the NFC stack that the HAL * can use to pass incomming data to the stack. */ - sendData(nfc_data_t data); + sendData(NfcData data); }; |