Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/magma/magma_dec/
Dmagma_opcodes.h29 #define OP_magma_connection_get_notification_channel_handle 100023 macro
Dmagma_dec.cpp574 case OP_magma_connection_get_notification_channel_handle: { in decode()
/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_opcodes.h29 #define OP_magma_connection_get_notification_channel_handle 100023 macro
Dmagma_enc.cpp1042 int tmp = OP_magma_connection_get_notification_channel_handle;memcpy(ptr, &tmp, 4); ptr += 4; in magma_connection_get_notification_channel_handle_enc()