Searched refs:connection_out (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/magma/ |
D | magma.attrib | 27 dir connection_out out 28 len connection_out sizeof(magma_connection_t)
|
D | magma.in | 5 …tatus_t, magma_device_create_connection, magma_device_t device, magma_connection_t* connection_out)
|
/hardware/google/gfxstream/host/magma/ |
D | IntelDrmDecoder.cpp | 327 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()
|
D | IntelDrmDecoder.h | 35 …magma_device_create_connection(magma_device_t device, magma_connection_t* connection_out) override;
|
D | Decoder.h | 39 …status_t magma_device_create_connection(magma_device_t device, magma_connection_t* connection_out);
|
D | Decoder.cpp | 113 magma_connection_t* connection_out) { in magma_device_create_connection() argument
|
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/ |
D | magma_sysmem.h | 95 magma_sysmem_connection_import(magma_handle_t handle, magma_sysmem_connection_t* connection_out);
|
D | magma.h | 85 magma_connection_t* connection_out);
|
/hardware/google/gfxstream/guest/magma/magma_enc/ |
D | magma_entry.cpp | 12 …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()
|
D | magma_enc.cpp | 214 …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()
|