Searched defs:XRayFrameGetNext (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dxray.c531 int XRayFrameGetNext(struct XRayTraceCapture* capture, int i) { function
641 capture->frame.head = XRayFrameGetNext(capture, capture->frame.head);
644 capture->frame.tail = XRayFrameGetNext(capture, capture->frame.tail);

Completed in 119 milliseconds