Home
last modified time | relevance | path

Searched refs:handle_out (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/guest/magma/
Dmagma.cpp57 magma_handle_t* handle_out, uint64_t* value_out);
59 magma_handle_t* handle_out);
61 magma_handle_t* handle_out);
179 uint64_t id, magma_handle_t* handle_out, in magma_device_query() argument
208 if (!handle_out) { in magma_device_query()
231 *handle_out = handle.osHandle; in magma_device_query()
236 magma_handle_t* handle_out) { in magma_buffer_get_handle() argument
258 *handle_out = handle.osHandle; in magma_buffer_get_handle()
263 magma_handle_t* handle_out) { in magma_buffer_export() argument
270 *handle_out = fd; in magma_buffer_export()
/hardware/google/gfxstream/codegen/magma/
Dmagma.attrib79 dir handle_out out
80 len handle_out sizeof(magma_handle_t)
Dmagma.in32 MAGMA(magma_status_t, magma_buffer_get_handle, magma_buffer_t buffer, magma_handle_t* handle_out)
/hardware/google/gfxstream/host/magma/
DIntelDrmDecoder.h42 …magma_status_t magma_buffer_get_handle(magma_buffer_t buffer, magma_handle_t* handle_out) override;
DIntelDrmDecoder.cpp408 magma_handle_t* handle_out) { in magma_buffer_get_handle() argument
413 *handle_out = buf->getId(); in magma_buffer_get_handle()
DDecoder.h63 … virtual magma_status_t magma_buffer_get_handle(magma_buffer_t buffer, magma_handle_t* handle_out);
DDecoder.cpp259 magma_status_t Decoder::magma_buffer_get_handle(magma_buffer_t buffer, magma_handle_t* handle_out) { in magma_buffer_get_handle() argument
/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_entry.cpp39 magma_status_t magma_buffer_get_handle(magma_buffer_t buffer, magma_handle_t* handle_out);
252 magma_status_t magma_buffer_get_handle(magma_buffer_t buffer, magma_handle_t* handle_out) in magma_buffer_get_handle() argument
255 return ctx->magma_buffer_get_handle(ctx, buffer, handle_out); in magma_buffer_get_handle()
Dmagma_enc.cpp1393 …tatus_t magma_buffer_get_handle_enc(void *self , magma_buffer_t buffer, magma_handle_t* handle_out) in magma_buffer_get_handle_enc() argument
1395 ENCODER_DEBUG_LOG("magma_buffer_get_handle(buffer:%lu, handle_out:%p)", buffer, handle_out); in magma_buffer_get_handle_enc()
1420 stream->readback(handle_out, __size_handle_out); in magma_buffer_get_handle_enc()
1421 if (useChecksum) checksumCalculator->addBuffer(handle_out, __size_handle_out); in magma_buffer_get_handle_enc()
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/
Dmagma.h363 magma_handle_t* handle_out);
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/
Dgoldfish_address_space_fuchsia.impl320 address_space_handle_t* handle_out) {
343 *handle_out = (void*)childSync;
Dgoldfish_address_space_android.impl520 address_space_handle_t* handle_out) {
523 *handle_out = handle;