Home
last modified time | relevance | path

Searched refs:op2 (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_dump_service.cpp67 const char *op2 = HdfSbufReadString(data); in GetDumpEvent() local
68 if (op2 == nullptr) { in GetDumpEvent()
71 if (strcmp(op2, "vdi") == 0) { in GetDumpEvent()
74 if (strcmp(op2, "display") == 0) { in GetDumpEvent()
H A Ddisplay_dump_vdi.cpp119 const char *op2 = HdfSbufReadString(data); in GetDumpVdiEvent() local
120 if (op2 == nullptr) { in GetDumpVdiEvent()
123 if (strcmp(op2, "user") == 0) { in GetDumpVdiEvent()
126 if (strcmp(op2, "buffer") == 0) { in GetDumpVdiEvent()

Completed in 2 milliseconds