Home
last modified time | relevance | path

Searched refs:ExtendedRCEncoderContext (Results 1 – 7 of 7) sorted by relevance

/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp225 gralloc_dmaregion_t(ExtendedRCEncoderContext *rcEnc) in gralloc_dmaregion_t()
257 static bool has_DMA_support(const ExtendedRCEncoderContext *rcEnc) { in has_DMA_support()
261 static gralloc_dmaregion_t* init_gralloc_dmaregion(ExtendedRCEncoderContext *rcEnc) { in init_gralloc_dmaregion()
269 static void get_gralloc_region(ExtendedRCEncoderContext *rcEnc) { in get_gralloc_region()
310 static bool put_gralloc_region(ExtendedRCEncoderContext *rcEnc, uint32_t sz) { in put_gralloc_region()
350 static void gralloc_dmaregion_register_ashmem(ExtendedRCEncoderContext *rcEnc, uint32_t sz) { in gralloc_dmaregion_register_ashmem()
378 static bool put_mem_region(ExtendedRCEncoderContext *, void* ashmemBase) { in put_mem_region() argument
401 static void dump_regions(ExtendedRCEncoderContext *) { in dump_regions() argument
412 static void get_ashmem_region(ExtendedRCEncoderContext *rcEnc, cb_handle_old_t *cb) { in get_ashmem_region()
426 static bool put_ashmem_region(ExtendedRCEncoderContext *rcEnc, cb_handle_old_t *cb) { in put_ashmem_region()
[all …]
/device/generic/goldfish-opengl/system/hwc3/
DHostUtils.h28 ExtendedRCEncoderContext** ppRcEnc) { in getAndValidateHostConnection()
37 ExtendedRCEncoderContext* rcEnc = hostCon->rcEncoder(); in getAndValidateHostConnection()
50 ExtendedRCEncoderContext* rcEnc; \
DHostFrameComposer.h77 void post(HostConnection* hostCon, ExtendedRCEncoderContext* rcEnc, uint32_t hostDisplayId,
DHostFrameComposer.cpp482 ExtendedRCEncoderContext* rcEnc; in presentDisplay()
711 void HostFrameComposer::post(HostConnection* hostCon, ExtendedRCEncoderContext* rcEnc, in post()
/device/generic/goldfish-opengl/system/hals/
Dhost_connection_session.h48 ExtendedRCEncoderContext* getRcEncoder() const { in getRcEncoder()
Dmapper3.cpp422 ExtendedRCEncoderContext *const rcEnc = conn.getRcEncoder(); in lockHostImpl()
567 ExtendedRCEncoderContext *const rcEnc = conn.getRcEncoder(); in unlockHostImpl()
Dallocator3.cpp322 ExtendedRCEncoderContext *const rcEnc = conn.getRcEncoder(); in allocateCb()