Home
last modified time | relevance | path

Searched refs:extras (Results 1 – 19 of 19) sorted by relevance

/system/vold/
DBenchmark.cpp91 android::os::PersistableBundle* extras) { in benchmarkInternal() argument
120 extras->putString(String16("path"), String16(path.c_str())); in benchmarkInternal()
121 extras->putString(String16("ident"), String16(BenchmarkIdent().c_str())); in benchmarkInternal()
129 listener->onStatus(progress, *extras); in benchmarkInternal()
134 if (res == OK) extras->putLong(String16("create"), timer.duration().count()); in benchmarkInternal()
147 if (res == OK) extras->putLong(String16("drop"), timer.duration().count()); in benchmarkInternal()
156 listener->onStatus(progress, *extras); in benchmarkInternal()
161 if (res == OK) extras->putLong(String16("run"), timer.duration().count()); in benchmarkInternal()
170 if (res == OK) extras->putLong(String16("destroy"), timer.duration().count()); in benchmarkInternal()
187 android::os::PersistableBundle extras; in Benchmark() local
[all …]
DIdleMaint.cpp158 android::os::PersistableBundle extras; in Trim() local
159 extras.putString(String16("path"), String16(path.c_str())); in Trim()
165 listener->onStatus(-1, extras); in Trim()
178 listener->onStatus(-1, extras); in Trim()
184 extras.putLong(String16("bytes"), range.len); in Trim()
185 extras.putLong(String16("time"), time); in Trim()
187 listener->onStatus(0, extras); in Trim()
194 android::os::PersistableBundle extras; in Trim() local
195 listener->onFinished(0, extras); in Trim()
362 android::os::PersistableBundle extras; in RunIdleMaint() local
[all …]
DMoveStorage.cpp54 android::os::PersistableBundle extras; in notifyProgress() local
55 listener->onStatus(progress, extras); in notifyProgress()
263 android::os::PersistableBundle extras; in MoveStorage() local
266 listener->onFinished(res, extras); in MoveStorage()
/system/extras/toolchain-extras/
DAndroid.bp4 "profile-extras.cpp",
11 name: "libprofile-extras",
42 "profile-clang-extras.cpp",
48 name: "libprofile-clang-extras",
77 name: "libprofile-extras-test",
79 "profile-extras-test.cpp"
82 "libprofile-extras",
/system/vold/binder/android/os/
DIVoldTaskListener.aidl23 void onStatus(int status, in PersistableBundle extras); in onStatus() argument
24 void onFinished(int status, in PersistableBundle extras); in onFinished() argument
/system/bt/gd/cert/
Dtruth.py37 …se signals.TestFailure("Expected \"%s\" to be equal to \"%s\"" % (self._value, other), extras=None)
41 …ignals.TestFailure("Expected \"%s\" to not be equal to \"%s\"" % (self._value, other), extras=None)
45 raise signals.TestFailure("Expected \"%s\" to be None" % self._value, extras=None)
49 raise signals.TestFailure("Expected \"%s\" to not be None" % self._value, extras=None)
Dcert_self_test.py431 …asserts.assert_true("pts_test_id" in e.extras, msg=("pts_test_id not in extra: %s" % str(e.extras)…
432 asserts.assert_equal(e.extras["pts_test_id"], "A/B/C")
433 …asserts.assert_true("pts_test_name" in e.extras, msg=("pts_test_name not in extra: %s" % str(e.ext…
434 asserts.assert_equal(e.extras["pts_test_name"], "Hello world")
447 …asserts.assert_true("pts_test_id" in e.extras, msg=("pts_test_id not in extra: %s" % str(e.extras)…
448 asserts.assert_equal(e.extras["pts_test_id"], "A/B/C")
449 …asserts.assert_true("pts_test_name" in e.extras, msg=("pts_test_name not in extra: %s" % str(e.ext…
450 asserts.assert_equal(e.extras["pts_test_name"], "Hello world")
Dbehavior.py83 extras=None)
/system/extras/simpleperf/demo/
DREADME.md16 applications. Its documentation is [here](https://android.googlesource.com/platform/system/extras/+…
17 …or profiling are [here](https://android.googlesource.com/platform/system/extras/+/master/simpleper…
31 $ git clone https://android.googlesource.com/platform/system/extras
32 $ cd extras/simpleperf/demo
/system/extras/simpleperf/doc/
DREADME.md9 The source code is [here](https://android.googlesource.com/platform/system/extras/+/master/simplepe…
10 The latest document is [here](https://android.googlesource.com/platform/system/extras/+/master/simp…
81 system/extras/simpleperf/scripts/ in AOSP. Their functions are listed below.
159 …ding the apk, as [here](https://android.googlesource.com/platform/system/extras/+/master/simpleper…
221 …as described [here](https://android.googlesource.com/platform/system/extras/+/master/simpleperf/do…
227 …de, as described [here](https://android.googlesource.com/platform/system/extras/+/master/simpleper…
233 or sent to email addresses listed [here](https://android.googlesource.com/platform/system/extras/+/…
241 $ mmma system/extras/simpleperf -j30
Dandroid_platform_profiling.md16 on the current main branch. Scripts are in `system/extras/simpleperf/scripts`, binaries are in
17 `system/extras/simpleperf/scripts/bin/android`.
Dandroid_application_profiling.md4 Some examples are [Here](https://android.googlesource.com/platform/system/extras/+/master/simpleper…
122 …eperfExampleWithNative](https://android.googlesource.com/platform/system/extras/+/master/simpleper…
126 $ git clone https://android.googlesource.com/platform/system/extras
127 $ cd extras/simpleperf/demo
310 Examples are CppApi and JavaApi in [demo](https://android.googlesource.com/platform/system/extras/+…
/system/extras/simpleperf/demo/JavaApi/app/
Dbuild.gradle8 …// https://android.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md#prepa…
/system/extras/simpleperf/demo/CppApi/app/
Dbuild.gradle8 …// (https://android.googlesource.com/platform/system/extras/+/master/simpleperf/doc/README.md#why-…
/system/extras/simpleperf/
DAndroid.mk46 $(hide) $(SOONG_ZIP) -d -o $@ -C system/extras/simpleperf $(SIMPLEPERF_SCRIPT_LIST)
DREADME.md18 update script from within the `system/extras/simpleperf` directory:
DAndroid.bp349 visibility: ["//system/extras/profcollectd:__subpackages__"],
/system/extras/power_profile/gps_on/Application/src/main/java/com/example/android/powerprofile/gpson/
DGpsActivity.java72 public void onStatusChanged(String provider, int status, Bundle extras) {} in initLocation()
/system/extras/boottime_tools/bootio/
DAndroid.bp40 include_dirs: ["system/extras/boottime_tools"],