HomeSort by relevance Sort by last modified time
    Searched defs:startTracing (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DeviceViewAction.java 89 CollectTraceAction.startTracing(shell, traceOptions, LOCAL_FORWARDED_PORT);
CollectTraceAction.java 143 startTracing(shell, traceOptions, LOCAL_FORWARDED_PORT);
226 public static void startTracing(Shell shell, TraceOptions traceOptions, int port) {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
TracingControllerAndroid.java 30 * We don't have any UI per se. Just call startTracing() to start and
119 * Calls #startTracing(String, boolean, String, boolean) with a new timestamped filename.
120 * @see #startTracing(String, boolean, String, boolean)
122 public boolean startTracing(boolean showToasts, String categories,
142 return startTracing(file.getPath(), showToasts, categories, recordContinuously);
161 public boolean startTracing(String filename, boolean showToasts, String categories,
166 Log.e(TAG, "Received startTracing, but we're already tracing");
253 startTracing(filename, true, categories, recordContinuously);
255 startTracing(true, categories, recordContinuously);

Completed in 306 milliseconds