Searched refs:mTeePatchesToUpdate (Results 1 – 2 of 2) sorted by relevance
396 std::optional<TeePatches> mTeePatchesToUpdate; variable
1638 if (mTeePatchesToUpdate.has_value()) { in updateTeePatches_l()1642 mTeePatches = std::move(mTeePatchesToUpdate.value()); in updateTeePatches_l()1648 mTeePatchesToUpdate.reset(); in updateTeePatches_l()1653 ALOGW_IF(mTeePatchesToUpdate.has_value(), in setTeePatchesToUpdate_l()1655 mTeePatchesToUpdate = std::move(teePatchesToUpdate); in setTeePatchesToUpdate_l()