Home | History | Annotate | Download | only in vold

Lines Matching defs:extras

91         android::os::PersistableBundle* extras) {
120 extras->putString(String16("path"), String16(path.c_str()));
121 extras->putString(String16("ident"), String16(BenchmarkIdent().c_str()));
129 listener->onStatus(progress, *extras);
134 if (res == OK) extras->putLong(String16("create"), timer.duration().count());
147 if (res == OK) extras->putLong(String16("drop"), timer.duration().count());
156 listener->onStatus(progress, *extras);
161 if (res == OK) extras->putLong(String16("run"), timer.duration().count());
170 if (res == OK) extras->putLong(String16("destroy"), timer.duration().count());
187 android::os::PersistableBundle extras;
189 status_t res = benchmarkInternal(path, listener, &extras);
191 listener->onFinished(res, extras);