Lines Matching refs:event
23 // Type of an instrumentation event.
25 // Entry event on the server side of a binderized HAL.
27 // Exit event on the server side of a binderized HAL.
29 // Entry event on the client side of a binderized HAL.
31 // Exit event on the client side of a binderized HAL.
33 // Entry event of a synchronize callback.
35 // Exit event of a synchronize callback.
37 // Entry event of a asynchronize callback.
39 // Exit event of a asynchronize callback.
41 // Entry event of a passthrough HAL.
43 // Exit event of a passthrough HAL.
51 // Type of the profiling event.
52 optional InstrumentationEventType event = 2; field