Searched refs:mResult (Results 1 – 1 of 1) sorted by relevance
311 mResult = result; in onFinish()322 } else if (mResult != Result::SUCCESS) { in wait()323 LOG(WARNING) << "Dev GC on HAL failed with " << toString(mResult); in wait()333 Result mResult{Result::UNKNOWN_ERROR}; member in android::vold::GcCallback