commit | cefbd6e5a730ec93d5d789a81b454251f3b66840 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Tue Nov 01 10:14:30 2016 -0700 |
committer | Steven Moreland <smoreland@google.com> | Tue Nov 01 10:14:30 2016 -0700 |
tree | 2696c0aab1f55cdcb599eddd11e854640e7b8a61 | |
parent | 190e429292f94124892b301070e3440982754f94 [diff] [blame] |
InstrumentationEvents for passthrough callbacks. Bug: 32141398 Test: pass Change-Id: Ic510ce9a88df5298a112ead7a73c6ed347619539
diff --git a/include/hidl/HidlSupport.h b/include/hidl/HidlSupport.h index 826ca9f..4fbe826 100644 --- a/include/hidl/HidlSupport.h +++ b/include/hidl/HidlSupport.h
@@ -701,6 +701,8 @@ SYNC_CALLBACK_EXIT, ASYNC_CALLBACK_ENTRY, ASYNC_CALLBACK_EXIT, + PASSTHROUGH_ENTRY, + PASSTHROUGH_EXIT, }; // Signature of the instrumentation callback function.