Home
last modified time | relevance | path

Searched refs:transactions (Results 1 – 6 of 6) sorted by relevance

/development/tools/winscope/src/parsers/transactions/legacy/
Dparser_transactions_test.ts66 const transactions = assertDefined( constant
71 transactions
80 transactions
90 const transactions = assertDefined( constant
95 transactions
/development/tools/winscope/src/parsers/transactions/perfetto/
Dparser_transactions_test.ts126 const transactions = assertDefined(entry.getChildByName('transactions')); constant
128 transactions
137 transactions
147 const transactions = assertDefined(entry.getChildByName('transactions')); constant
150 transactions
/development/tools/winscope/src/trace/
Dframe_mapper_test.ts177 let transactions: Trace<PropertyTreeNode>; variable
198 transactions = new TraceBuilder<PropertyTreeNode>()
229 traces.addTrace(transactions);
379 let transactions: Trace<PropertyTreeNode>; variable
388 transactions = new TraceBuilder<PropertyTreeNode>()
419 traces.addTrace(transactions);
432 [TraceType.TRANSACTIONS, [await transactions.getEntry(0).getValue()]],
445 await transactions.getEntry(1).getValue(),
446 await transactions.getEntry(2).getValue(),
458 [TraceType.TRANSACTIONS, [await transactions.getEntry(3).getValue()]],
Dframe_mapper.ts129 transactions: Trace<object>,
132 const transactionEntries = await transactions.customQuery(
182 transactions: Trace<object>,
189 const matches = transactions.sliceTime(
207 const matches = transactions.sliceTime(startSearchTime, endSearchTime);
/development/tools/winscope/src/trace_collection/
Dtrace_collection_utils.ts142 transactions: { constant
178 transactions: traceConfigurations['transactions'], constant
/development/tools/winscope/protos/surfaceflinger/udc/
Dtransactions.proto24 /* Represents a file full of surface flinger transactions.
49 repeated TransactionState transactions = 3; field