Home
last modified time | relevance | path

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

/development/tools/winscope/src/
Ddetectfile.js17 const LAYER_TRACE_MAGIC_NUMBER = [0x09, 0x4c, 0x59, 0x52, 0x54, 0x52, 0x41, 0x43, 0x45] // .LYRTRACE variable
38 if (arrayStartsWith(buffer, LAYER_TRACE_MAGIC_NUMBER)) {