Home
last modified time | relevance | path

Searched refs:magma_connection_execute_command (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_ftable.h29 {"magma_connection_execute_command", (void*)magma_connection_execute_command},
Dmagma_client_context.h31 magma_connection_execute_command_client_proc_t magma_connection_execute_command; member
Dmagma_client_context.cpp31magma_connection_execute_command = (magma_connection_execute_command_client_proc_t) getProc("magma… in initDispatchByName()
Dmagma_entry.cpp26 …magma_status_t magma_connection_execute_command(magma_connection_t connection, uint32_t context_id…
174 magma_status_t magma_connection_execute_command(magma_connection_t connection, uint32_t context_id,… in magma_connection_execute_command() function
177 return ctx->magma_connection_execute_command(ctx, connection, context_id, descriptor); in magma_connection_execute_command()
Dmagma_enc.cpp2272 this->magma_connection_execute_command = &magma_connection_execute_command_enc; in magma_encoder_context_t()
/hardware/google/gfxstream/host/magma/magma_dec/
Dmagma_server_context.h31 magma_connection_execute_command_server_proc_t magma_connection_execute_command; member
Dmagma_server_context.cpp31magma_connection_execute_command = (magma_connection_execute_command_server_proc_t) getProc("magma… in initDispatchByName()
Dmagma_dec.cpp470 …*(magma_status_t *)(&tmpBuf[0]) = this->magma_connection_execute_command(var_connection, var_co… in decode()
/hardware/google/gfxstream/host/magma/
DDecoder.cpp58 MAGMA_DECODER_BIND_METHOD(magma_connection_execute_command); in Decoder()
196 magma_status_t Decoder::magma_connection_execute_command(magma_connection_t connection, in magma_connection_execute_command() function in gfxstream::magma::Decoder
DDecoder.h53 …virtual magma_status_t magma_connection_execute_command(magma_connection_t connection, uint32_t co…
/hardware/google/gfxstream/codegen/magma/
Dmagma.attrib108 magma_connection_execute_command
Dmagma.in19 MAGMA(magma_status_t, magma_connection_execute_command, magma_connection_t connection, uint32_t con…
DREADME.md85 This method has the same semantics as `magma_connection_execute_command`, however `descriptor` poin…
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/
Dmagma.h247 MAGMA_EXPORT magma_status_t magma_connection_execute_command(