Searched refs:handle_out (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/guest/magma/ |
D | magma.cpp | 57 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/ |
D | magma.attrib | 79 dir handle_out out 80 len handle_out sizeof(magma_handle_t)
|
D | magma.in | 32 MAGMA(magma_status_t, magma_buffer_get_handle, magma_buffer_t buffer, magma_handle_t* handle_out)
|
/hardware/google/gfxstream/host/magma/ |
D | IntelDrmDecoder.h | 42 …magma_status_t magma_buffer_get_handle(magma_buffer_t buffer, magma_handle_t* handle_out) override;
|
D | IntelDrmDecoder.cpp | 408 magma_handle_t* handle_out) { in magma_buffer_get_handle() argument 413 *handle_out = buf->getId(); in magma_buffer_get_handle()
|
D | Decoder.h | 63 … virtual magma_status_t magma_buffer_get_handle(magma_buffer_t buffer, magma_handle_t* handle_out);
|
D | Decoder.cpp | 259 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/ |
D | magma_entry.cpp | 39 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()
|
D | magma_enc.cpp | 1393 …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/ |
D | magma.h | 363 magma_handle_t* handle_out);
|
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/ |
D | goldfish_address_space_fuchsia.impl | 320 address_space_handle_t* handle_out) { 343 *handle_out = (void*)childSync;
|
D | goldfish_address_space_android.impl | 520 address_space_handle_t* handle_out) { 523 *handle_out = handle;
|