Home
last modified time | relevance | path

Searched refs:noFlush (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/tracing/perfetto/
DDataSourceParams.java52 boolean willNotifyOnStop, boolean noFlush) { in DataSourceParams() argument
55 this.noFlush = noFlush; in DataSourceParams()
60 public final boolean noFlush; field in DataSourceParams
DDataSource.java134 params.willNotifyOnStop, params.noFlush); in register()
168 int bufferExhaustedPolicy, boolean willNotifyOnStop, boolean noFlush); in nativeRegisterDataSource() argument