Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/generic-apigen/
DEntryPoint.h52 bool customDecoder() { return m_customDecoder; } in customDecoder() function
DApiGen.cpp99 if (e->customDecoder() && side == SERVER_SIDE) { fprintf(fp, "void *ctx"); } in genProcTypes()
106 …if (j != 0 || side == CLIENT_SIDE || (side == SERVER_SIDE && e->customDecoder())) fprintf(fp, ", "… in genProcTypes()
112 if (side == SERVER_SIDE && e->customDecoder() && !e->notApi()) { in genProcTypes()
193 if (side == SERVER_SIDE && e->customDecoder() && !e->notApi()) { in genContext()
971 if (side == SERVER_SIDE && e->customDecoder() && !e->notApi()) { in genContextImpl()
1123 if (e->customDecoder() && !e->notApi()) { in genDecoderImpl()
1128 if (e->customDecoder()) { in genDecoderImpl()
1163 (j != 0 || e->customDecoder())) { in genDecoderImpl()