Home
last modified time | relevance | path

Searched refs:magma_poll (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/guest/magma/
Dmagma.cpp62 static magma_status_t magma_poll(void* self, magma_poll_item_t* items, uint32_t count,
117 magma_poll_enc_ = magma_client_context_t::magma_poll; in MagmaClientContext()
124 magma_client_context_t::magma_poll = &MagmaClientContext::magma_poll; in MagmaClientContext()
278 magma_status_t MagmaClientContext::magma_poll(void* self, magma_poll_item_t* items, uint32_t count, in magma_poll() function in MagmaClientContext
/hardware/google/gfxstream/guest/magma/magma_enc/
Dmagma_ftable.h47 {"magma_poll", (void*)magma_poll},
Dmagma_client_context.h49 magma_poll_client_proc_t magma_poll; member
Dmagma_client_context.cpp49 magma_poll = (magma_poll_client_proc_t) getProc("magma_poll", userData); in initDispatchByName()
Dmagma_entry.cpp44 magma_status_t magma_poll(magma_poll_item_t* items, uint32_t count, uint64_t timeout_ns);
282 magma_status_t magma_poll(magma_poll_item_t* items, uint32_t count, uint64_t timeout_ns) in magma_poll() function
285 return ctx->magma_poll(ctx, items, count, timeout_ns); in magma_poll()
Dmagma_enc.cpp2290 this->magma_poll = &magma_poll_enc; in magma_encoder_context_t()
/hardware/google/gfxstream/host/magma/magma_dec/
Dmagma_server_context.h49 magma_poll_server_proc_t magma_poll; member
Dmagma_server_context.cpp49 magma_poll = (magma_poll_server_proc_t) getProc("magma_poll", userData); in initDispatchByName()
Dmagma_dec.cpp879 …*(magma_status_t *)(&tmpBuf[0 + size_items]) = this->magma_poll((magma_poll_item_t*)(outptr_ite… in decode()
/hardware/google/gfxstream/host/magma/
DIntelDrmDecoder.h46 … magma_status_t magma_poll(magma_poll_item_t* items, uint32_t count, uint64_t timeout_ns) override;
DDecoder.cpp73 MAGMA_DECODER_BIND_METHOD(magma_poll); in Decoder()
280 magma_status_t Decoder::magma_poll(magma_poll_item_t* items, uint32_t count, uint64_t timeout_ns) { in magma_poll() function in gfxstream::magma::Decoder
DIntelDrmDecoder.cpp61 MAGMA_DECODER_BIND_METHOD(magma_poll); in IntelDrmDecoder()
432 magma_status_t IntelDrmDecoder::magma_poll(magma_poll_item_t* items, uint32_t count, in magma_poll() function in gfxstream::magma::IntelDrmDecoder
DDecoder.h68 … virtual magma_status_t magma_poll(magma_poll_item_t* items, uint32_t count, uint64_t timeout_ns);
/hardware/google/gfxstream/codegen/magma/
Dmagma.attrib134 magma_poll
Dmagma.in37 MAGMA(magma_status_t, magma_poll, magma_poll_item_t* items, uint32_t count, uint64_t timeout_ns)
/hardware/google/gfxstream/third-party/fuchsia/magma/include/lib/magma/
Dmagma.h411 MAGMA_EXPORT magma_status_t magma_poll(