Searched refs:magma_connection_read_notification_channel (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/guest/magma/magma_enc/ |
D | magma_ftable.h | 35 {"magma_connection_read_notification_channel", (void*)magma_connection_read_notification_channel},
|
D | magma_client_context.h | 37 …agma_connection_read_notification_channel_client_proc_t magma_connection_read_notification_channel; member
|
D | magma_client_context.cpp | 37 …magma_connection_read_notification_channel = (magma_connection_read_notification_channel_client_pr… in initDispatchByName()
|
D | magma_entry.cpp | 32 …magma_status_t magma_connection_read_notification_channel(magma_connection_t connection, void* buf… 210 magma_status_t magma_connection_read_notification_channel(magma_connection_t connection, void* buff… in magma_connection_read_notification_channel() function 213 …return ctx->magma_connection_read_notification_channel(ctx, connection, buffer, buffer_size, buffe… in magma_connection_read_notification_channel()
|
D | magma_enc.cpp | 2278 this->magma_connection_read_notification_channel = &magma_connection_read_notification_channel_enc; in magma_encoder_context_t()
|
/hardware/google/gfxstream/host/magma/magma_dec/ |
D | magma_server_context.h | 37 …agma_connection_read_notification_channel_server_proc_t magma_connection_read_notification_channel; member
|
D | magma_server_context.cpp | 37 …magma_connection_read_notification_channel = (magma_connection_read_notification_channel_server_pr… in initDispatchByName()
|
D | magma_dec.cpp | 615 …size_buffer_size_out + size_more_data_out]) = this->magma_connection_read_notification_channel(… in decode()
|
/hardware/google/gfxstream/host/magma/ |
D | Decoder.cpp | 62 MAGMA_DECODER_BIND_METHOD(magma_connection_read_notification_channel); in Decoder() 221 magma_status_t Decoder::magma_connection_read_notification_channel(magma_connection_t connection, in magma_connection_read_notification_channel() function in gfxstream::magma::Decoder
|
D | Decoder.h | 57 …virtual magma_status_t magma_connection_read_notification_channel(magma_connection_t connection, v…
|
/hardware/google/gfxstream/codegen/magma/ |
D | magma.attrib | 62 magma_connection_read_notification_channel
|
D | magma.in | 25 MAGMA(magma_status_t, magma_connection_read_notification_channel, magma_connection_t connection, vo…
|
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/ |
D | magma.h | 296 MAGMA_EXPORT magma_status_t magma_connection_read_notification_channel(
|