Searched refs:notifyResult (Results 1 – 2 of 2) sorted by relevance
/system/vold/ |
D | TrimTask.cpp | 106 static void notifyResult(const std::string& path, int64_t bytes, int64_t delta) { in notifyResult() function 133 notifyResult(path, -1, -1); in run() 138 notifyResult(path, range.len, delta); in run()
|
D | Benchmark.cpp | 39 static void notifyResult(const std::string& path, int64_t create_d, in notifyResult() function 130 notifyResult(path, create_d, drop_d, run_d, destroy_d); in benchmark()
|