Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/magma/magma_dec/
Dmagma_opcodes.h17 #define OP_magma_connection_import_buffer 100011 macro
Dmagma_dec.cpp288 case OP_magma_connection_import_buffer: { in decode()
/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_opcodes.h17 #define OP_magma_connection_import_buffer 100011 macro
Dmagma_enc.cpp506 int tmp = OP_magma_connection_import_buffer;memcpy(ptr, &tmp, 4); ptr += 4; in magma_connection_import_buffer_enc()