Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/magma/magma_dec/
Dmagma_opcodes.h30 #define OP_magma_connection_read_notification_channel 100024 macro
Dmagma_dec.cpp594 case OP_magma_connection_read_notification_channel: { in decode()
/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_opcodes.h30 #define OP_magma_connection_read_notification_channel 100024 macro
Dmagma_enc.cpp1087 int tmp = OP_magma_connection_read_notification_channel;memcpy(ptr, &tmp, 4); ptr += 4; in magma_connection_read_notification_channel_enc()