Home
last modified time | relevance | path

Searched refs:magma_connection_flush (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_ftable.h33 {"magma_connection_flush", (void*)magma_connection_flush},
Dmagma_client_context.h35 magma_connection_flush_client_proc_t magma_connection_flush; member
Dmagma_client_context.cpp35magma_connection_flush = (magma_connection_flush_client_proc_t) getProc("magma_connection_flush", … in initDispatchByName()
Dmagma_entry.cpp30 magma_status_t magma_connection_flush(magma_connection_t connection);
198 magma_status_t magma_connection_flush(magma_connection_t connection) in magma_connection_flush() function
201 return ctx->magma_connection_flush(ctx, connection); in magma_connection_flush()
Dmagma_enc.cpp2276 this->magma_connection_flush = &magma_connection_flush_enc; in magma_encoder_context_t()
/hardware/google/gfxstream/host/magma/magma_dec/
Dmagma_server_context.h35 magma_connection_flush_server_proc_t magma_connection_flush; member
Dmagma_server_context.cpp35magma_connection_flush = (magma_connection_flush_server_proc_t) getProc("magma_connection_flush", … in initDispatchByName()
Dmagma_dec.cpp565 *(magma_status_t *)(&tmpBuf[0]) = this->magma_connection_flush(var_connection); in decode()
/hardware/google/gfxstream/host/magma/
DDecoder.cpp60 MAGMA_DECODER_BIND_METHOD(magma_connection_flush); in Decoder()
210 magma_status_t Decoder::magma_connection_flush(magma_connection_t connection) { in magma_connection_flush() function in gfxstream::magma::Decoder
DDecoder.h55 virtual magma_status_t magma_connection_flush(magma_connection_t connection);
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/
Dmagma.h272 MAGMA_EXPORT magma_status_t magma_connection_flush(
/hardware/google/gfxstream/codegen/magma/
Dmagma.in23 MAGMA(magma_status_t, magma_connection_flush, magma_connection_t connection)