Searched refs:magma_connection_execute_command (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/guest/magma/magma_enc/ |
D | magma_ftable.h | 29 {"magma_connection_execute_command", (void*)magma_connection_execute_command},
|
D | magma_client_context.h | 31 magma_connection_execute_command_client_proc_t magma_connection_execute_command; member
|
D | magma_client_context.cpp | 31 …magma_connection_execute_command = (magma_connection_execute_command_client_proc_t) getProc("magma… in initDispatchByName()
|
D | magma_entry.cpp | 26 …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()
|
D | magma_enc.cpp | 2272 this->magma_connection_execute_command = &magma_connection_execute_command_enc; in magma_encoder_context_t()
|
/hardware/google/gfxstream/host/magma/magma_dec/ |
D | magma_server_context.h | 31 magma_connection_execute_command_server_proc_t magma_connection_execute_command; member
|
D | magma_server_context.cpp | 31 …magma_connection_execute_command = (magma_connection_execute_command_server_proc_t) getProc("magma… in initDispatchByName()
|
D | magma_dec.cpp | 470 …*(magma_status_t *)(&tmpBuf[0]) = this->magma_connection_execute_command(var_connection, var_co… in decode()
|
/hardware/google/gfxstream/host/magma/ |
D | Decoder.cpp | 58 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
|
D | Decoder.h | 53 …virtual magma_status_t magma_connection_execute_command(magma_connection_t connection, uint32_t co…
|
/hardware/google/gfxstream/codegen/magma/ |
D | magma.attrib | 108 magma_connection_execute_command
|
D | magma.in | 19 MAGMA(magma_status_t, magma_connection_execute_command, magma_connection_t connection, uint32_t con…
|
D | README.md | 85 This method has the same semantics as `magma_connection_execute_command`, however `descriptor` poin…
|
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/ |
D | magma.h | 247 MAGMA_EXPORT magma_status_t magma_connection_execute_command(
|