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/ |
D | magma_entry.cpp | 28 …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()
|
D | magma_ftable.h | 31 …{"magma_connection_execute_immediate_commands", (void*)magma_connection_execute_immediate_commands…
|
D | magma_client_context.h | 33 …ma_connection_execute_immediate_commands_client_proc_t magma_connection_execute_immediate_commands; member
|
D | magma_client_context.cpp | 33 …magma_connection_execute_immediate_commands = (magma_connection_execute_immediate_commands_client_… in initDispatchByName()
|
D | magma_enc.cpp | 2274 …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/ |
D | Decoder.cpp | 59 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
|
D | Decoder.h | 54 …virtual magma_status_t magma_connection_execute_immediate_commands(magma_connection_t connection, …
|
/aosp_15_r20/hardware/google/gfxstream/host/magma/magma_dec/ |
D | magma_server_context.h | 33 …ma_connection_execute_immediate_commands_server_proc_t magma_connection_execute_immediate_commands; member
|
D | magma_server_context.cpp | 33 …magma_connection_execute_immediate_commands = (magma_connection_execute_immediate_commands_server_… in initDispatchByName()
|
D | magma_dec.cpp | 518 …*(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/ |
D | magma.h | 260 MAGMA_EXPORT magma_status_t magma_connection_execute_immediate_commands(
|
/aosp_15_r20/hardware/google/gfxstream/codegen/magma/ |
D | magma.attrib | 116 magma_connection_execute_immediate_commands
|
D | magma.in | 21 MAGMA(magma_status_t, magma_connection_execute_immediate_commands, magma_connection_t connection, u…
|
D | README.md | 100 This method has the same semantics as `magma_connection_execute_immediate_commands`, however `comma…
|