Home
last modified time | relevance | path

Searched refs:rcSetTracingForPuid (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_ftable.h67 {"rcSetTracingForPuid", (void*)rcSetTracingForPuid},
DrenderControl_client_context.h69 rcSetTracingForPuid_client_proc_t rcSetTracingForPuid; member
DrenderControl_client_context.cpp69 rcSetTracingForPuid = (rcSetTracingForPuid_client_proc_t) getProc("rcSetTracingForPuid", userData); in initDispatchByName()
DrenderControl_entry.cpp64 void rcSetTracingForPuid(uint64_t puid, uint32_t enable, uint64_t guestTime);
422 void rcSetTracingForPuid(uint64_t puid, uint32_t enable, uint64_t guestTime) in rcSetTracingForPuid() function
425 ctx->rcSetTracingForPuid(ctx, puid, enable, guestTime); in rcSetTracingForPuid()
DrenderControl_enc.cpp2884 this->rcSetTracingForPuid = &rcSetTracingForPuid_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h69 rcSetTracingForPuid_server_proc_t rcSetTracingForPuid; member
DrenderControl_server_context.cpp69 rcSetTracingForPuid = (rcSetTracingForPuid_server_proc_t) getProc("rcSetTracingForPuid", userData); in initDispatchByName()
DrenderControl_dec.cpp1204 this->rcSetTracingForPuid(var_puid, var_enable, var_guestTime); in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.in57 GL_ENTRY(void, rcSetTracingForPuid, uint64_t puid, uint32_t enable, uint64_t guestTime)
/hardware/google/gfxstream/host/
DRenderControl.cpp1453 static void rcSetTracingForPuid(uint64_t puid, uint32_t enable, uint64_t time) { in rcSetTracingForPuid() function
1607 dec->rcSetTracingForPuid = rcSetTracingForPuid; in initRenderControlContext()
/hardware/google/gfxstream/guest/egl/
Degl.cpp706 rcEnc->rcSetTracingForPuid(rcEnc, getPuid(), 1, currGuestTimeNs()); in onSwapBuffersSuccesful()
711 rcEnc->rcSetTracingForPuid(rcEnc, getPuid(), 0, currGuestTimeNs()); in onSwapBuffersSuccesful()