HomeSort by relevance Sort by last modified time
    Searched refs:sync_id (Results 1 - 11 of 11) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
__init__.py 69 def RecordClockSyncMarker(self, sync_id,
75 sync_id: Unqiue id for sync event.
76 record_controller_clocksync_marker_callback: Function that takes sync_id
79 del sync_id # unused
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_event.py 94 def clock_sync(sync_id, issue_ts=None):
96 args_to_log = {'sync_id': sync_id}
141 def clock_sync(sync_id, issue_ts=None):
142 del sync_id # unused.
254 traces so that they can be used together. It takes a sync_id, and if it is
  /external/chromium-trace/catapult/telemetry/telemetry/core/
tracing_controller.py 69 def RecordClockSyncMarker(self, sync_id,
72 sync_id, record_controller_clocksync_marker_callback)
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 315 __u32 sync_id; member in struct:dsscomp_setup_mgr_data
332 __u32 sync_id; member in struct:dsscomp_setup_dispc_data
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
tracing_controller_backend_unittest.py 43 def RecordClockSyncMarker(self, sync_id, callback):
47 callback(sync_id, 1)
260 sync_id = 'test_id'
267 self.controller._RecordIssuerClockSyncMarker(sync_id, ts)
274 self.assertEqual(entry['args']['sync_id'], sync_id)
  /external/libchrome/base/trace_event/common/
trace_event_common.h     [all...]
  /external/v8/base/trace_event/common/
trace_event_common.h     [all...]
  /external/libnfc-nci/src/hal/int/
nfc_brcm_defs.h 395 UINT8 sync_id[NFC_HAL_HCI_SYNC_ID_LEN]; member in struct:__anon16940
  /hardware/ti/omap4xxx/hwc/
hwc.c 194 d->sync_id,
294 static int sync_id = 0; variable
    [all...]
  /hardware/ti/omap4-aah/hwc/
hwc.c 283 d->sync_id,
397 static int sync_id = 0; variable
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 453 uint16 sync_id; member in struct:wl_escan_params
462 uint16 sync_id; member in struct:wl_escan_result
    [all...]

Completed in 1334 milliseconds