Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_ftable.h17 {"magma_connection_get_error", (void*)magma_connection_get_error},
Dmagma_client_context.h19 magma_connection_get_error_client_proc_t magma_connection_get_error; member
Dmagma_client_context.cpp19magma_connection_get_error = (magma_connection_get_error_client_proc_t) getProc("magma_connection_… in initDispatchByName()
Dmagma_entry.cpp14 magma_status_t magma_connection_get_error(magma_connection_t connection);
102 magma_status_t magma_connection_get_error(magma_connection_t connection) in magma_connection_get_error() function
105 return ctx->magma_connection_get_error(ctx, connection); in magma_connection_get_error()
Dmagma_enc.cpp2260 this->magma_connection_get_error = &magma_connection_get_error_enc; in magma_encoder_context_t()
/hardware/google/gfxstream/host/magma/magma_dec/
Dmagma_server_context.h19 magma_connection_get_error_server_proc_t magma_connection_get_error; member
Dmagma_server_context.cpp19magma_connection_get_error = (magma_connection_get_error_server_proc_t) getProc("magma_connection_… in initDispatchByName()
Dmagma_dec.cpp194 *(magma_status_t *)(&tmpBuf[0]) = this->magma_connection_get_error(var_connection); in decode()
/hardware/google/gfxstream/host/magma/
DIntelDrmDecoder.h47 magma_status_t magma_connection_get_error(magma_connection_t connection) override;
DDecoder.cpp46 MAGMA_DECODER_BIND_METHOD(magma_connection_get_error); in Decoder()
120 magma_status_t Decoder::magma_connection_get_error(magma_connection_t connection) { in magma_connection_get_error() function in gfxstream::magma::Decoder
DIntelDrmDecoder.cpp62 MAGMA_DECODER_BIND_METHOD(magma_connection_get_error); in IntelDrmDecoder()
438 magma_status_t IntelDrmDecoder::magma_connection_get_error(magma_connection_t connection) { in magma_connection_get_error() function in gfxstream::magma::IntelDrmDecoder
DDecoder.h41 virtual magma_status_t magma_connection_get_error(magma_connection_t connection);
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/
Dmagma.h100 MAGMA_EXPORT magma_status_t magma_connection_get_error(
/hardware/google/gfxstream/codegen/magma/
Dmagma.in7 MAGMA(magma_status_t, magma_connection_get_error, magma_connection_t connection)