Home
last modified time | relevance | path

Searched defs:vsyncId (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/trace/
Dframe_mapper.ts109 const vsyncId = await this.getVsyncIdProperty(srcEntry, 'vSyncId'); constant
128 const vsyncId = await this.getVsyncIdProperty(dstEntry, 'vsyncId'); constant
287 const vsyncId = (entryValue as any)[propertyKey]; constant
/development/tools/winscope/src/viewers/viewer_transactions/
Dui_data.ts40 public vsyncId: number, property in UiDataEntry