Searched refs:guestTime (Results 1 – 4 of 4) sorted by relevance
/hardware/google/aemu/base/include/aemu/base/ |
D | Tracing.h | 55 TRACING_API void setGuestTime(uint64_t guestTime);
|
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_entry.cpp | 64 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() argument 425 ctx->rcSetTracingForPuid(ctx, puid, enable, guestTime); in rcSetTracingForPuid()
|
D | renderControl_enc.cpp | 2281 void rcSetTracingForPuid_enc(void *self , uint64_t puid, uint32_t enable, uint64_t guestTime) in rcSetTracingForPuid_enc() argument 2283 …("rcSetTracingForPuid(puid:0x%016lx, enable:0x%08x, guestTime:0x%016lx)", puid, enable, guestTime); in rcSetTracingForPuid_enc() 2303 memcpy(ptr, &guestTime, 8); ptr += 8; in rcSetTracingForPuid_enc()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.in | 57 GL_ENTRY(void, rcSetTracingForPuid, uint64_t puid, uint32_t enable, uint64_t guestTime)
|