Home
last modified time | relevance | path

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

/development/tools/winscope/src/
Ddecode.js79 const LAYER_TRACE_MAGIC_NUMBER = [0x09, 0x4c, 0x59, 0x52, 0x54, 0x52, 0x41, 0x43, 0x45]; // .LYRTRA… variable
628 if (arrayStartsWith(buffer, LAYER_TRACE_MAGIC_NUMBER)) {