Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_ftable.h27 {"magma_connection_map_buffer", (void*)magma_connection_map_buffer},
Dmagma_client_context.h29 magma_connection_map_buffer_client_proc_t magma_connection_map_buffer; member
Dmagma_client_context.cpp29magma_connection_map_buffer = (magma_connection_map_buffer_client_proc_t) getProc("magma_connectio… in initDispatchByName()
Dmagma_entry.cpp24 …magma_status_t magma_connection_map_buffer(magma_connection_t connection, uint64_t hw_va, magma_bu…
162 magma_status_t magma_connection_map_buffer(magma_connection_t connection, uint64_t hw_va, magma_buf… in magma_connection_map_buffer() function
165 return ctx->magma_connection_map_buffer(ctx, connection, hw_va, buffer, offset, length, map_flags); in magma_connection_map_buffer()
Dmagma_enc.cpp2270 this->magma_connection_map_buffer = &magma_connection_map_buffer_enc; in magma_encoder_context_t()
/hardware/google/gfxstream/host/magma/magma_dec/
Dmagma_server_context.h29 magma_connection_map_buffer_server_proc_t magma_connection_map_buffer; member
Dmagma_server_context.cpp29magma_connection_map_buffer = (magma_connection_map_buffer_server_proc_t) getProc("magma_connectio… in initDispatchByName()
Dmagma_dec.cpp432 …*(magma_status_t *)(&tmpBuf[0]) = this->magma_connection_map_buffer(var_connection, var_hw_va, … in decode()
/hardware/google/gfxstream/host/magma/
DIntelDrmDecoder.h50 …magma_status_t magma_connection_map_buffer(magma_connection_t connection, uint64_t hw_va, magma_bu…
DDecoder.cpp56 MAGMA_DECODER_BIND_METHOD(magma_connection_map_buffer); in Decoder()
184 magma_status_t Decoder::magma_connection_map_buffer(magma_connection_t connection, uint64_t hw_va, in magma_connection_map_buffer() function in gfxstream::magma::Decoder
DIntelDrmDecoder.cpp65 MAGMA_DECODER_BIND_METHOD(magma_connection_map_buffer); in IntelDrmDecoder()
464 magma_status_t IntelDrmDecoder::magma_connection_map_buffer(magma_connection_t connection, in magma_connection_map_buffer() function in gfxstream::magma::IntelDrmDecoder
DDecoder.h51 …virtual magma_status_t magma_connection_map_buffer(magma_connection_t connection, uint64_t hw_va, …
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/
Dmagma.h222 MAGMA_EXPORT magma_status_t magma_connection_map_buffer(
/hardware/google/gfxstream/codegen/magma/
Dmagma.in17 MAGMA(magma_status_t, magma_connection_map_buffer, magma_connection_t connection, uint64_t hw_va, m…