Home
last modified time | relevance | path

Searched refs:XRayFrameGetAnnotationCount (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/xray/
Dreport.c119 int annotation_count = XRayFrameGetAnnotationCount(capture, frame); in XRayFrameReport()
156 int annotation_count = XRayFrameGetAnnotationCount(capture, frame); in XRayFrameReport()
Dxray_priv.h158 XRAY_NO_INSTRUMENT int XRayFrameGetAnnotationCount(
Dxray.c552 int XRayFrameGetAnnotationCount(struct XRayTraceCapture* capture, int i) { function