Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_entry.cpp28 …magma_status_t magma_connection_execute_immediate_commands(magma_connection_t connection, uint32_t…
186 magma_status_t magma_connection_execute_immediate_commands(magma_connection_t connection, uint32_t … in magma_connection_execute_immediate_commands() function
189 …return ctx->magma_connection_execute_immediate_commands(ctx, connection, context_id, command_count… in magma_connection_execute_immediate_commands()
Dmagma_ftable.h31 …{"magma_connection_execute_immediate_commands", (void*)magma_connection_execute_immediate_commands
Dmagma_client_context.h33 …ma_connection_execute_immediate_commands_client_proc_t magma_connection_execute_immediate_commands; member
Dmagma_client_context.cpp33magma_connection_execute_immediate_commands = (magma_connection_execute_immediate_commands_client_… in initDispatchByName()
Dmagma_enc.cpp2274 …this->magma_connection_execute_immediate_commands = &magma_connection_execute_immediate_commands_e… in magma_encoder_context_t()
/aosp_15_r20/hardware/google/gfxstream/host/magma/
DDecoder.cpp59 MAGMA_DECODER_BIND_METHOD(magma_connection_execute_immediate_commands); in Decoder()
203 magma_status_t Decoder::magma_connection_execute_immediate_commands( in magma_connection_execute_immediate_commands() function in gfxstream::magma::Decoder
DDecoder.h54 …virtual magma_status_t magma_connection_execute_immediate_commands(magma_connection_t connection, …
/aosp_15_r20/hardware/google/gfxstream/host/magma/magma_dec/
Dmagma_server_context.h33 …ma_connection_execute_immediate_commands_server_proc_t magma_connection_execute_immediate_commands; member
Dmagma_server_context.cpp33magma_connection_execute_immediate_commands = (magma_connection_execute_immediate_commands_server_… in initDispatchByName()
Dmagma_dec.cpp518 …*(magma_status_t *)(&tmpBuf[0]) = this->magma_connection_execute_immediate_commands(var_connect… in decode()
/aosp_15_r20/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/
Dmagma.h260 MAGMA_EXPORT magma_status_t magma_connection_execute_immediate_commands(
/aosp_15_r20/hardware/google/gfxstream/codegen/magma/
Dmagma.attrib116 magma_connection_execute_immediate_commands
Dmagma.in21 MAGMA(magma_status_t, magma_connection_execute_immediate_commands, magma_connection_t connection, u…
DREADME.md100 This method has the same semantics as `magma_connection_execute_immediate_commands`, however `comma…