Searched refs:mResult (Results 1 – 1 of 1) sorted by relevance
326 mResult = result; in onFinishInternal()338 } else if (mResult != Result::SUCCESS) { in wait()339 LOG(WARNING) << "Dev GC on " << idl << " HAL failed with " << toString(mResult); in wait()349 Result mResult{Result::UNKNOWN_ERROR}; member in android::vold::GcCallbackImpl