Searched refs:transactions (Results 1 – 6 of 6) sorted by relevance
/development/tools/winscope/src/parsers/transactions/legacy/ |
D | parser_transactions_test.ts | 66 const transactions = assertDefined( constant 71 transactions 80 transactions 90 const transactions = assertDefined( constant 95 transactions
|
/development/tools/winscope/src/parsers/transactions/perfetto/ |
D | parser_transactions_test.ts | 126 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/ |
D | frame_mapper_test.ts | 177 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()]],
|
D | frame_mapper.ts | 129 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/ |
D | trace_collection_utils.ts | 142 transactions: { constant 178 transactions: traceConfigurations['transactions'], constant
|
/development/tools/winscope/protos/surfaceflinger/udc/ |
D | transactions.proto | 24 /* Represents a file full of surface flinger transactions. 49 repeated TransactionState transactions = 3; field
|