Home
last modified time | relevance | path

Searched refs:connection_out (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/magma/
Dmagma.attrib27 dir connection_out out
28 len connection_out sizeof(magma_connection_t)
Dmagma.in5 …tatus_t, magma_device_create_connection, magma_device_t device, magma_connection_t* connection_out)
/hardware/google/gfxstream/host/magma/
DIntelDrmDecoder.cpp327 magma_connection_t* connection_out) { in magma_device_create_connection() argument
328 *connection_out = MAGMA_INVALID_OBJECT_ID; in magma_device_create_connection()
333 *connection_out = mConnections.create(*dev); in magma_device_create_connection()
DIntelDrmDecoder.h35 …magma_device_create_connection(magma_device_t device, magma_connection_t* connection_out) override;
DDecoder.h39 …status_t magma_device_create_connection(magma_device_t device, magma_connection_t* connection_out);
DDecoder.cpp113 magma_connection_t* connection_out) { in magma_device_create_connection() argument
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/
Dmagma_sysmem.h95 magma_sysmem_connection_import(magma_handle_t handle, magma_sysmem_connection_t* connection_out);
Dmagma.h85 magma_connection_t* connection_out);
/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_entry.cpp12 …status_t magma_device_create_connection(magma_device_t device, magma_connection_t* connection_out);
90 …_status_t magma_device_create_connection(magma_device_t device, magma_connection_t* connection_out) in magma_device_create_connection() argument
93 return ctx->magma_device_create_connection(ctx, device, connection_out); in magma_device_create_connection()
Dmagma_enc.cpp214 …evice_create_connection_enc(void *self , magma_device_t device, magma_connection_t* connection_out) in magma_device_create_connection_enc() argument
216 …DEBUG_LOG("magma_device_create_connection(device:%lu, connection_out:%p)", device, connection_out); in magma_device_create_connection_enc()
241 stream->readback(connection_out, __size_connection_out); in magma_device_create_connection_enc()
242 if (useChecksum) checksumCalculator->addBuffer(connection_out, __size_connection_out); in magma_device_create_connection_enc()