/hardware/google/gfxstream/host/magma/ |
D | IntelDrmDecoder.h | 50 …magma_status_t magma_connection_map_buffer(magma_connection_t connection, uint64_t hw_va, magma_bu… 51 …void magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, magma_buffer_t b…
|
D | Decoder.h | 51 …tus_t magma_connection_map_buffer(magma_connection_t connection, uint64_t hw_va, magma_buffer_t bu… 52 …virtual void magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, magma_bu…
|
D | Decoder.cpp | 184 magma_status_t Decoder::magma_connection_map_buffer(magma_connection_t connection, uint64_t hw_va, in magma_connection_map_buffer() argument 191 void Decoder::magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, in magma_connection_unmap_buffer() argument
|
D | IntelDrmDecoder.cpp | 465 uint64_t hw_va, magma_buffer_t buffer, in magma_connection_map_buffer() argument 472 void IntelDrmDecoder::magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, in magma_connection_unmap_buffer() argument
|
/hardware/google/gfxstream/guest/magma/magma_enc/ |
D | magma_entry.cpp | 24 …magma_status_t magma_connection_map_buffer(magma_connection_t connection, uint64_t hw_va, magma_bu… 25 …void magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, magma_buffer_t b… 162 magma_status_t magma_connection_map_buffer(magma_connection_t connection, uint64_t hw_va, magma_buf… in magma_connection_map_buffer() argument 165 return ctx->magma_connection_map_buffer(ctx, connection, hw_va, buffer, offset, length, map_flags); in magma_connection_map_buffer() 168 void magma_connection_unmap_buffer(magma_connection_t connection, uint64_t hw_va, magma_buffer_t bu… in magma_connection_unmap_buffer() argument 171 ctx->magma_connection_unmap_buffer(ctx, connection, hw_va, buffer); in magma_connection_unmap_buffer()
|
D | magma_enc.cpp | 716 …ction_map_buffer_enc(void *self , magma_connection_t connection, uint64_t hw_va, magma_buffer_t bu… in magma_connection_map_buffer_enc() argument 718 …_va:%lu, buffer:%lu, offset:%lu, length:%lu, map_flags:%lu)", connection, hw_va, buffer, offset, l… in magma_connection_map_buffer_enc() 737 memcpy(ptr, &hw_va, 8); ptr += 8; in magma_connection_map_buffer_enc() 763 void magma_connection_unmap_buffer_enc(void *self , magma_connection_t connection, uint64_t hw_va, … in magma_connection_unmap_buffer_enc() argument 765 …"magma_connection_unmap_buffer(connection:%lu, hw_va:%lu, buffer:%lu)", connection, hw_va, buffer); in magma_connection_unmap_buffer_enc() 784 memcpy(ptr, &hw_va, 8); ptr += 8; in magma_connection_unmap_buffer_enc()
|
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/ |
D | magma.h | 224 uint64_t hw_va, 238 uint64_t hw_va,
|
/hardware/google/gfxstream/codegen/magma/ |
D | magma.in | 17 MAGMA(magma_status_t, magma_connection_map_buffer, magma_connection_t connection, uint64_t hw_va, m… 18 MAGMA(void, magma_connection_unmap_buffer, magma_connection_t connection, uint64_t hw_va, magma_buf…
|