OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
29
* We don't have any UI per se. Just call
startTracing
() to start and
146
* Calls #
startTracing
(String, boolean, String, boolean) with a new timestamped filename.
147
* @see #
startTracing
(String, boolean, String, boolean)
149
public boolean
startTracing
(boolean showToasts, String categories,
158
return
startTracing
(filePath, showToasts, categories, recordContinuously);
183
public boolean
startTracing
(String filename, boolean showToasts, String categories,
188
Log.e(TAG, "Received
startTracing
, but we're already tracing");
288
startTracing
(filename, true, categories, recordContinuously);
290
startTracing
(true, categories, recordContinuously);
Completed in 280 milliseconds